Skip to content

Commit 913cecd

Browse files
committed
Add NEWS.md entry for dep of ambiguous UniformScaling-Number +/- methods (JuliaLang#17607).
1 parent 6adef84 commit 913cecd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,10 @@ Deprecated or removed
453453
454454
* `is` has been deprecated in favor of `===` (which used to be an alias for `is`) ([#17758]).
455455
456+
* Ambiguous methods for addition and subtraction between `UniformScaling`s and `Number`s,
457+
for example `(+)(J::UniformScaling, x::Number)`, have been deprecated in favor of
458+
unambiguous, explicit equivalents, for example `J.λ + x` ([#17607]).
459+
456460
* `num` and `den` have been deprecated in favor of `numerator` and `denominator` respectively ([#19233]).
457461
458462
* infix operator `$` has been deprecated in favor of infix `⊻` or function `xor()` ([#18977]).
@@ -555,6 +559,7 @@ Command-line option changes
555559
[#17265]: https://github.com/JuliaLang/julia/issues/17265
556560
[#17302]: https://github.com/JuliaLang/julia/issues/17302
557561
[#17599]: https://github.com/JuliaLang/julia/issues/17599
562+
[#17607]: https://github.com/JuliaLang/julia/issues/17607
558563
[#17623]: https://github.com/JuliaLang/julia/issues/17623
559564
[#17723]: https://github.com/JuliaLang/julia/issues/17723
560565
[#17758]: https://github.com/JuliaLang/julia/issues/17758

0 commit comments

Comments
 (0)