Skip to content

Commit d265d00

Browse files
committed
Add NEWS.md entry for promote_eltype_op deprecation (JuliaLang#19814, JuliaLang#19937).
1 parent 04a6227 commit d265d00

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
@@ -547,6 +547,8 @@ Deprecated or removed
547547
deprecated in favor of equivalent methods with the second argument instead the
548548
size of the array, for example `zeros(Float64, size([1, 2, 3]))` ([#21183]).
549549
550+
* `Base.promote_eltype_op` has been deprecated ([#19669], [#19814], [#19937]).
551+
550552
* `isimag` has been deprecated ([#19949]).
551553
552554
* The tuple-of-types form of `invoke`, `invoke(f, (types...), ...)`, has been deprecated
@@ -674,6 +676,7 @@ Command-line option changes
674676
[#19598]: https://github.com/JuliaLang/julia/issues/19598
675677
[#19635]: https://github.com/JuliaLang/julia/issues/19635
676678
[#19636]: https://github.com/JuliaLang/julia/issues/19636
679+
[#19669]: https://github.com/JuliaLang/julia/issues/19669
677680
[#19670]: https://github.com/JuliaLang/julia/issues/19670
678681
[#19677]: https://github.com/JuliaLang/julia/issues/19677
679682
[#19680]: https://github.com/JuliaLang/julia/issues/19680
@@ -695,6 +698,7 @@ Command-line option changes
695698
[#19800]: https://github.com/JuliaLang/julia/issues/19800
696699
[#19802]: https://github.com/JuliaLang/julia/issues/19802
697700
[#19811]: https://github.com/JuliaLang/julia/issues/19811
701+
[#19814]: https://github.com/JuliaLang/julia/issues/19814
698702
[#19841]: https://github.com/JuliaLang/julia/issues/19841
699703
[#19900]: https://github.com/JuliaLang/julia/issues/19900
700704
[#19901]: https://github.com/JuliaLang/julia/issues/19901
@@ -705,6 +709,7 @@ Command-line option changes
705709
[#19926]: https://github.com/JuliaLang/julia/issues/19926
706710
[#19931]: https://github.com/JuliaLang/julia/issues/19931
707711
[#19934]: https://github.com/JuliaLang/julia/issues/19934
712+
[#19937]: https://github.com/JuliaLang/julia/issues/19937
708713
[#19944]: https://github.com/JuliaLang/julia/issues/19944
709714
[#19949]: https://github.com/JuliaLang/julia/issues/19949
710715
[#19950]: https://github.com/JuliaLang/julia/issues/19950

0 commit comments

Comments
 (0)