File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
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 ([#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
You can’t perform that action at this time.
0 commit comments