From a4bafff9690f1d0607734f7deef2ecc92f51e29f Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Tue, 23 May 2017 18:35:39 -0700 Subject: [PATCH] Add NEWS.md entry for unsafe_wrap(String, ...) deprecation (#19449). (#21993) --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 56fdb0f31aa88..d443f931c7f02 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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