Skip to content

Commit

Permalink
Add NEWS.md entry for promote_eltype_op deprecation (#19814, #19937). (
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and tkelman committed May 24, 2017
1 parent b77a688 commit 152d255
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 @@ -556,6 +556,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 @@ -700,6 +702,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 @@ -723,6 +726,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 @@ -733,6 +737,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 152d255

Please sign in to comment.