Skip to content

Commit

Permalink
Fix PR number in NEWS.md entry for num/den rename (#19246). (#21943)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 authored and ararslan committed May 18, 2017
1 parent 1194f26 commit b94cca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 ([#19233],[#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 @@ -641,6 +641,7 @@ Command-line option changes
[#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 b94cca1

Please sign in to comment.