Skip to content

Commit a4bafff

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for unsafe_wrap(String, ...) deprecation (#19449). (#21993)
1 parent 152d255 commit a4bafff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,8 @@ Deprecated or removed
551551
* The two-argument forms of `map` (`map!(f, A)`) and `asyncmap!` (`asyncmap!(f, A)`)
552552
have been deprecated in anticipation of future semantic changes ([#19721]).
553553
554+
* `unsafe_wrap(String, ...)` has been deprecated in favor of `unsafe_string` ([#19449]).
555+
554556
* `zeros` and `ones` methods accepting an element type as the first argument and an
555557
array as the second argument, for example `zeros(Float64, [1, 2, 3])`, have been
556558
deprecated in favor of equivalent methods with the second argument instead the

0 commit comments

Comments
 (0)