Skip to content

Commit

Permalink
Add NEWS.md entry for _promote_array_type deprecation (#19766). (#21990)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and tkelman committed May 24, 2017
1 parent e020772 commit b77a688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,8 @@ Deprecated or removed
* The tuple-of-types form of `invoke`, `invoke(f, (types...), ...)`, has been deprecated
in favor of the tuple-type form `invoke(f, Tuple{types...}, ...)` ([#18444]).
* `Base._promote_array_type` has been deprecated ([#19766]).
* `broadcast_zpreserving` has been deprecated ([#19533], [#19720]).
* Methods allowing indexing of tuples by `AbstractArray`s with more than one dimension
Expand Down Expand Up @@ -711,6 +713,7 @@ Command-line option changes
[#19724]: https://github.com/JuliaLang/julia/issues/19724
[#19737]: https://github.com/JuliaLang/julia/issues/19737
[#19741]: https://github.com/JuliaLang/julia/issues/19741
[#19766]: https://github.com/JuliaLang/julia/issues/19766
[#19771]: https://github.com/JuliaLang/julia/issues/19771
[#19779]: https://github.com/JuliaLang/julia/issues/19779
[#19784]: https://github.com/JuliaLang/julia/issues/19784
Expand Down

0 comments on commit b77a688

Please sign in to comment.