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
  • Loading branch information
Sacha0 authored and tkelman committed May 12, 2017
1 parent 4c05eb2 commit d052e88
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 @@ -444,6 +444,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]).

* `@test_approx_eq a b` has been deprecated in favor of `@test a ≈ b` (or,
Expand Down Expand Up @@ -497,6 +500,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 d052e88

Please sign in to comment.