Skip to content

Commit 9129a3c

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for promote_eltype_op deprecation (#19814, #19937). (#21992)
(cherry picked from commit 152d255)
1 parent acf0c7c commit 9129a3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,8 @@ Deprecated or removed
501501
deprecated in favor of equivalent methods with the second argument instead the
502502
size of the array, for example `zeros(Float64, size([1, 2, 3]))` ([#21183]).
503503
504+
* `Base.promote_eltype_op` has been deprecated ([#19669], [#19814], [#19937]).
505+
504506
* `isimag` has been deprecated ([#19949]).
505507
506508
* The tuple-of-types form of `invoke`, `invoke(f, (types...), ...)`, has been deprecated
@@ -638,6 +640,7 @@ Command-line option changes
638640
[#19598]: https://github.com/JuliaLang/julia/issues/19598
639641
[#19635]: https://github.com/JuliaLang/julia/issues/19635
640642
[#19636]: https://github.com/JuliaLang/julia/issues/19636
643+
[#19669]: https://github.com/JuliaLang/julia/issues/19669
641644
[#19670]: https://github.com/JuliaLang/julia/issues/19670
642645
[#19677]: https://github.com/JuliaLang/julia/issues/19677
643646
[#19680]: https://github.com/JuliaLang/julia/issues/19680
@@ -660,6 +663,7 @@ Command-line option changes
660663
[#19800]: https://github.com/JuliaLang/julia/issues/19800
661664
[#19802]: https://github.com/JuliaLang/julia/issues/19802
662665
[#19811]: https://github.com/JuliaLang/julia/issues/19811
666+
[#19814]: https://github.com/JuliaLang/julia/issues/19814
663667
[#19841]: https://github.com/JuliaLang/julia/issues/19841
664668
[#19900]: https://github.com/JuliaLang/julia/issues/19900
665669
[#19901]: https://github.com/JuliaLang/julia/issues/19901
@@ -670,6 +674,7 @@ Command-line option changes
670674
[#19926]: https://github.com/JuliaLang/julia/issues/19926
671675
[#19931]: https://github.com/JuliaLang/julia/issues/19931
672676
[#19934]: https://github.com/JuliaLang/julia/issues/19934
677+
[#19937]: https://github.com/JuliaLang/julia/issues/19937
673678
[#19944]: https://github.com/JuliaLang/julia/issues/19944
674679
[#19949]: https://github.com/JuliaLang/julia/issues/19949
675680
[#19950]: https://github.com/JuliaLang/julia/issues/19950

0 commit comments

Comments
 (0)