File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -440,6 +440,9 @@ Deprecated or removed
440
440
* The zero-argument constructor `MersenneTwister()` has been
441
441
deprecated in favor of the explicit `MersenneTwister(0)` ([#16984]).
442
442
443
+ * `bitbroadcast` has been deprecated in favor of `broadcast`, which now produces a
444
+ `BitArray` instead of `Array{Bool}` for functions yielding a boolean result ([#19771]).
445
+
443
446
<!--- generated by NEWS-update.jl: -->
444
447
[#265]: https://github.com/JuliaLang/julia/issues/265
445
448
[#4615]: https://github.com/JuliaLang/julia/issues/4615
@@ -512,6 +515,7 @@ Deprecated or removed
512
515
[#19722]: https://github.com/JuliaLang/julia/issues/19722
513
516
[#19724]: https://github.com/JuliaLang/julia/issues/19724
514
517
[#19741]: https://github.com/JuliaLang/julia/issues/19741
518
+ [#19771]: https://github.com/JuliaLang/julia/issues/19771
515
519
[#19784]: https://github.com/JuliaLang/julia/issues/19784
516
520
[#19787]: https://github.com/JuliaLang/julia/issues/19787
517
521
[#19791]: https://github.com/JuliaLang/julia/issues/19791
You can’t perform that action at this time.
0 commit comments