Skip to content

Commit

Permalink
Add NEWS.md entry for _promote_array_type deprecation (JuliaLang#19766).
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed May 20, 2017
1 parent 04a6227 commit 248dbf6
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 @@ -552,6 +552,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]).
* `@test_approx_eq a b` has been deprecated in favor of `@test a ≈ b` (or,
Expand Down Expand Up @@ -686,6 +688,7 @@ Command-line option changes
[#19722]: https://github.com/JuliaLang/julia/issues/19722
[#19724]: https://github.com/JuliaLang/julia/issues/19724
[#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 248dbf6

Please sign in to comment.