Skip to content

Commit

Permalink
Add NEWS.md entry for deprecation of invoke's tuple-of-types form (#1…
Browse files Browse the repository at this point in the history
…8444). (#21817)

(cherry picked from commit d052e88)
  • Loading branch information
Sacha0 authored and tkelman committed May 14, 2017
1 parent 0222855 commit 2a92944
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ Deprecated or removed
* `isimag` has been deprecated ([#19949]).
* 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]).
* `broadcast_zpreserving` has been deprecated ([#19533], [#19720]).
* `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of
Expand Down Expand Up @@ -438,6 +441,7 @@ Deprecated or removed
[#18339]: https://github.com/JuliaLang/julia/issues/18339
[#18346]: https://github.com/JuliaLang/julia/issues/18346
[#18442]: https://github.com/JuliaLang/julia/issues/18442
[#18444]: https://github.com/JuliaLang/julia/issues/18444
[#18453]: https://github.com/JuliaLang/julia/issues/18453
[#18457]: https://github.com/JuliaLang/julia/issues/18457
[#18473]: https://github.com/JuliaLang/julia/issues/18473
Expand Down

0 comments on commit 2a92944

Please sign in to comment.