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
  • Loading branch information
Sacha0 authored and tkelman committed May 24, 2017
1 parent 152d255 commit a4bafff
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 @@ -551,6 +551,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 a4bafff

Please sign in to comment.