File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ([#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!`
@@ -638,8 +638,8 @@ Command-line option changes
638638[#18977]: https://github.com/JuliaLang/julia/issues/18977
639639[#19018]: https://github.com/JuliaLang/julia/issues/19018
640640[#19157]: https://github.com/JuliaLang/julia/issues/19157
641- [#19233]: https://github.com/JuliaLang/julia/issues/19233
642641[#19239]: https://github.com/JuliaLang/julia/issues/19239
642+ [#19246]: https://github.com/JuliaLang/julia/issues/19246
643643[#19259]: https://github.com/JuliaLang/julia/issues/19259
644644[#19288]: https://github.com/JuliaLang/julia/issues/19288
645645[#19305]: https://github.com/JuliaLang/julia/issues/19305
You can’t perform that action at this time.
0 commit comments