From 3685606481d05959886a0b7479f4a1ccdd220ffc Mon Sep 17 00:00:00 2001 From: Sacha Verweij Date: Thu, 18 May 2017 08:49:57 -0700 Subject: [PATCH] Fix PR number in NEWS.md entry for num/den rename (#19246). --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index ef56f334e7757..449b559de457b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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!` @@ -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