Skip to content

Commit

Permalink
Add NEWS.md entry for dep of ambiguous UniformScaling-Number +/- meth…
Browse files Browse the repository at this point in the history
…ods (#17607). (#21882)
  • Loading branch information
Sacha0 authored and tkelman committed May 16, 2017
1 parent 66402ac commit 38cfb73
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 @@ -463,6 +463,10 @@ Deprecated or removed
* `is` has been deprecated in favor of `===` (which used to be an alias for `is`) ([#17758]).
* Ambiguous methods for addition and subtraction between `UniformScaling`s and `Number`s,
for example `(+)(J::UniformScaling, x::Number)`, have been deprecated in favor of
unambiguous, explicit equivalents, for example `J.λ + x` ([#17607]).
* `num` and `den` have been deprecated in favor of `numerator` and `denominator` respectively ([#19233]).
* `delete!(ENV::EnvHash, k::AbstractString, def)` has been deprecated in favor of
Expand Down Expand Up @@ -585,6 +589,7 @@ Command-line option changes
[#17265]: https://github.com/JuliaLang/julia/issues/17265
[#17302]: https://github.com/JuliaLang/julia/issues/17302
[#17599]: https://github.com/JuliaLang/julia/issues/17599
[#17607]: https://github.com/JuliaLang/julia/issues/17607
[#17623]: https://github.com/JuliaLang/julia/issues/17623
[#17654]: https://github.com/JuliaLang/julia/issues/17654
[#17723]: https://github.com/JuliaLang/julia/issues/17723
Expand Down

0 comments on commit 38cfb73

Please sign in to comment.