Skip to content

Commit b94cca1

Browse files
Sacha0ararslan
authored andcommitted
Fix PR number in NEWS.md entry for num/den rename (#19246). (#21943)
1 parent 1194f26 commit b94cca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ Deprecated or removed
482482
for example `(+)(J::UniformScaling, x::Number)`, have been deprecated in favor of
483483
unambiguous, explicit equivalents, for example `J.λ + x` ([#17607]).
484484
485-
* `num` and `den` have been deprecated in favor of `numerator` and `denominator` respectively ([#19233]).
485+
* `num` and `den` have been deprecated in favor of `numerator` and `denominator` respectively ([#19233],[#19246]).
486486
487487
* `delete!(ENV::EnvHash, k::AbstractString, def)` has been deprecated in favor of
488488
`pop!(ENV, k, def)`. Be aware that `pop!` returns `k` or `def`, whereas `delete!`
@@ -641,6 +641,7 @@ Command-line option changes
641641
[#19157]: https://github.com/JuliaLang/julia/issues/19157
642642
[#19233]: https://github.com/JuliaLang/julia/issues/19233
643643
[#19239]: https://github.com/JuliaLang/julia/issues/19239
644+
[#19246]: https://github.com/JuliaLang/julia/issues/19246
644645
[#19259]: https://github.com/JuliaLang/julia/issues/19259
645646
[#19288]: https://github.com/JuliaLang/julia/issues/19288
646647
[#19305]: https://github.com/JuliaLang/julia/issues/19305

0 commit comments

Comments
 (0)