Skip to content

Commit 152d255

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for promote_eltype_op deprecation (#19814, #19937). (#21992)
1 parent b77a688 commit 152d255

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
@@ -556,6 +556,8 @@ Deprecated or removed
556556
deprecated in favor of equivalent methods with the second argument instead the
557557
size of the array, for example `zeros(Float64, size([1, 2, 3]))` ([#21183]).
558558
559+
* `Base.promote_eltype_op` has been deprecated ([#19669], [#19814], [#19937]).
560+
559561
* `isimag` has been deprecated ([#19949]).
560562
561563
* The tuple-of-types form of `invoke`, `invoke(f, (types...), ...)`, has been deprecated
@@ -700,6 +702,7 @@ Command-line option changes
700702
[#19598]: https://github.com/JuliaLang/julia/issues/19598
701703
[#19635]: https://github.com/JuliaLang/julia/issues/19635
702704
[#19636]: https://github.com/JuliaLang/julia/issues/19636
705+
[#19669]: https://github.com/JuliaLang/julia/issues/19669
703706
[#19670]: https://github.com/JuliaLang/julia/issues/19670
704707
[#19677]: https://github.com/JuliaLang/julia/issues/19677
705708
[#19680]: https://github.com/JuliaLang/julia/issues/19680
@@ -723,6 +726,7 @@ Command-line option changes
723726
[#19800]: https://github.com/JuliaLang/julia/issues/19800
724727
[#19802]: https://github.com/JuliaLang/julia/issues/19802
725728
[#19811]: https://github.com/JuliaLang/julia/issues/19811
729+
[#19814]: https://github.com/JuliaLang/julia/issues/19814
726730
[#19841]: https://github.com/JuliaLang/julia/issues/19841
727731
[#19900]: https://github.com/JuliaLang/julia/issues/19900
728732
[#19901]: https://github.com/JuliaLang/julia/issues/19901
@@ -733,6 +737,7 @@ Command-line option changes
733737
[#19926]: https://github.com/JuliaLang/julia/issues/19926
734738
[#19931]: https://github.com/JuliaLang/julia/issues/19931
735739
[#19934]: https://github.com/JuliaLang/julia/issues/19934
740+
[#19937]: https://github.com/JuliaLang/julia/issues/19937
736741
[#19944]: https://github.com/JuliaLang/julia/issues/19944
737742
[#19949]: https://github.com/JuliaLang/julia/issues/19949
738743
[#19950]: https://github.com/JuliaLang/julia/issues/19950

0 commit comments

Comments
 (0)