Skip to content

Commit e68690d

Browse files
Sacha0ararslan
authored andcommitted
Mention SharedArrays constructor deps in NEWS.md entry for #19989. (#21995)
1 parent f988566 commit e68690d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ Deprecated or removed
508508
* The `Array` constructor syntax `Array(T, dims...)` has been deprecated
509509
in favor of the forms `Array{T,N}(dims...)` (where `N` is known, or
510510
particularly `Vector{T}(dims...)` for `N = 1` and `Matrix{T}(dims...)` for `N = 2`),
511-
and `Array{T}(dims...)` (where `N` is not known) ([#19989]).
511+
and `Array{T}(dims...)` (where `N` is not known). Likewise for `SharedArray`s ([#19989]).
512512
513513
* `sumabs` and `sumabs2` have been deprecated in favor of `sum(abs, x)` and `sum(abs2, x)`, respectively.
514514
`maxabs` and `minabs` have similarly been deprecated in favor of `maximum(abs, x)` and `minimum(abs, x)`.

0 commit comments

Comments
 (0)