Skip to content

Commit

Permalink
Add NEWS.md entry for promote_eltype_op deprecation (JuliaLang#19814, J…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed May 20, 2017
1 parent 04a6227 commit d265d00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,8 @@ Deprecated or removed
deprecated in favor of equivalent methods with the second argument instead the
size of the array, for example `zeros(Float64, size([1, 2, 3]))` ([#21183]).

* `Base.promote_eltype_op` has been deprecated ([#19669], [#19814], [#19937]).

* `isimag` has been deprecated ([#19949]).

* The tuple-of-types form of `invoke`, `invoke(f, (types...), ...)`, has been deprecated
Expand Down Expand Up @@ -674,6 +676,7 @@ Command-line option changes
[#19598]: https://github.com/JuliaLang/julia/issues/19598
[#19635]: https://github.com/JuliaLang/julia/issues/19635
[#19636]: https://github.com/JuliaLang/julia/issues/19636
[#19669]: https://github.com/JuliaLang/julia/issues/19669
[#19670]: https://github.com/JuliaLang/julia/issues/19670
[#19677]: https://github.com/JuliaLang/julia/issues/19677
[#19680]: https://github.com/JuliaLang/julia/issues/19680
Expand All @@ -695,6 +698,7 @@ Command-line option changes
[#19800]: https://github.com/JuliaLang/julia/issues/19800
[#19802]: https://github.com/JuliaLang/julia/issues/19802
[#19811]: https://github.com/JuliaLang/julia/issues/19811
[#19814]: https://github.com/JuliaLang/julia/issues/19814
[#19841]: https://github.com/JuliaLang/julia/issues/19841
[#19900]: https://github.com/JuliaLang/julia/issues/19900
[#19901]: https://github.com/JuliaLang/julia/issues/19901
Expand All @@ -705,6 +709,7 @@ Command-line option changes
[#19926]: https://github.com/JuliaLang/julia/issues/19926
[#19931]: https://github.com/JuliaLang/julia/issues/19931
[#19934]: https://github.com/JuliaLang/julia/issues/19934
[#19937]: https://github.com/JuliaLang/julia/issues/19937
[#19944]: https://github.com/JuliaLang/julia/issues/19944
[#19949]: https://github.com/JuliaLang/julia/issues/19949
[#19950]: https://github.com/JuliaLang/julia/issues/19950
Expand Down

0 comments on commit d265d00

Please sign in to comment.