Skip to content

Commit 9851e79

Browse files
Sacha0tkelman
authored andcommittedJun 2, 2017
Add NEWS.md entry for unsafe_wrap(String, ...) deprecation (#19449). (#21993)
(cherry picked from commit a4bafff)

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,8 @@ Deprecated or removed
506506
* The two-argument forms of `map` (`map!(f, A)`) and `asyncmap!` (`asyncmap!(f, A)`)
507507
have been deprecated in anticipation of future semantic changes ([#19721]).
508508
509+
* `unsafe_wrap(String, ...)` has been deprecated in favor of `unsafe_string` ([#19449]).
510+
509511
* `zeros` and `ones` methods accepting an element type as the first argument and an
510512
array as the second argument, for example `zeros(Float64, [1, 2, 3])`, have been
511513
deprecated in favor of equivalent methods with the second argument instead the

0 commit comments

Comments
 (0)
Please sign in to comment.