Skip to content

Commit b77a688

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for _promote_array_type deprecation (#19766). (#21990)
1 parent e020772 commit b77a688

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

NEWS.md

+3
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,8 @@ Deprecated or removed
561561
* The tuple-of-types form of `invoke`, `invoke(f, (types...), ...)`, has been deprecated
562562
in favor of the tuple-type form `invoke(f, Tuple{types...}, ...)` ([#18444]).
563563
564+
* `Base._promote_array_type` has been deprecated ([#19766]).
565+
564566
* `broadcast_zpreserving` has been deprecated ([#19533], [#19720]).
565567
566568
* Methods allowing indexing of tuples by `AbstractArray`s with more than one dimension
@@ -711,6 +713,7 @@ Command-line option changes
711713
[#19724]: https://github.com/JuliaLang/julia/issues/19724
712714
[#19737]: https://github.com/JuliaLang/julia/issues/19737
713715
[#19741]: https://github.com/JuliaLang/julia/issues/19741
716+
[#19766]: https://github.com/JuliaLang/julia/issues/19766
714717
[#19771]: https://github.com/JuliaLang/julia/issues/19771
715718
[#19779]: https://github.com/JuliaLang/julia/issues/19779
716719
[#19784]: https://github.com/JuliaLang/julia/issues/19784

0 commit comments

Comments
 (0)