Skip to content

Commit ba56cbb

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for bitbroadcast deprecation (#19771). (#21804)
1 parent 9cac047 commit ba56cbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,9 @@ Deprecated or removed
440440
* The zero-argument constructor `MersenneTwister()` has been
441441
deprecated in favor of the explicit `MersenneTwister(0)` ([#16984]).
442442
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+
443446
<!--- generated by NEWS-update.jl: -->
444447
[#265]: https://github.com/JuliaLang/julia/issues/265
445448
[#4615]: https://github.com/JuliaLang/julia/issues/4615
@@ -512,6 +515,7 @@ Deprecated or removed
512515
[#19722]: https://github.com/JuliaLang/julia/issues/19722
513516
[#19724]: https://github.com/JuliaLang/julia/issues/19724
514517
[#19741]: https://github.com/JuliaLang/julia/issues/19741
518+
[#19771]: https://github.com/JuliaLang/julia/issues/19771
515519
[#19784]: https://github.com/JuliaLang/julia/issues/19784
516520
[#19787]: https://github.com/JuliaLang/julia/issues/19787
517521
[#19791]: https://github.com/JuliaLang/julia/issues/19791

0 commit comments

Comments
 (0)