Skip to content

Commit

Permalink
Fix PR number in NEWS.md entry for num/den rename (JuliaLang#19246).
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed May 18, 2017
1 parent bf5063e commit 3685606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ Deprecated or removed
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]).
* `num` and `den` have been deprecated in favor of `numerator` and `denominator` respectively ([#19246]).

* `delete!(ENV::EnvHash, k::AbstractString, def)` has been deprecated in favor of
`pop!(ENV, k, def)`. Be aware that `pop!` returns `k` or `def`, whereas `delete!`
Expand Down Expand Up @@ -638,8 +638,8 @@ Command-line option changes
[#18977]: https://github.com/JuliaLang/julia/issues/18977
[#19018]: https://github.com/JuliaLang/julia/issues/19018
[#19157]: https://github.com/JuliaLang/julia/issues/19157
[#19233]: https://github.com/JuliaLang/julia/issues/19233
[#19239]: https://github.com/JuliaLang/julia/issues/19239
[#19246]: https://github.com/JuliaLang/julia/issues/19246
[#19259]: https://github.com/JuliaLang/julia/issues/19259
[#19288]: https://github.com/JuliaLang/julia/issues/19288
[#19305]: https://github.com/JuliaLang/julia/issues/19305
Expand Down

0 comments on commit 3685606

Please sign in to comment.