Skip to content

Commit

Permalink
Add NEWS.md entry for unsafe_wrap(String, ...) deprecation (#19449). (#…
Browse files Browse the repository at this point in the history
…21993)

(cherry picked from commit a4bafff)
  • Loading branch information
Sacha0 authored and tkelman committed Jun 2, 2017
1 parent 57ea815 commit 9851e79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,8 @@ Deprecated or removed
* The two-argument forms of `map` (`map!(f, A)`) and `asyncmap!` (`asyncmap!(f, A)`)
have been deprecated in anticipation of future semantic changes ([#19721]).
* `unsafe_wrap(String, ...)` has been deprecated in favor of `unsafe_string` ([#19449]).
* `zeros` and `ones` methods accepting an element type as the first argument and an
array as the second argument, for example `zeros(Float64, [1, 2, 3])`, have been
deprecated in favor of equivalent methods with the second argument instead the
Expand Down

0 comments on commit 9851e79

Please sign in to comment.