Skip to content

Commit e4cebea

Browse files
committed
Add missing link in NEWS netry for #21709
1 parent 4642916 commit e4cebea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NEWS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Deprecated or removed
150150
and the Base signal processing functions which used FFTs are now in DSP.jl ([#21956]).
151151

152152
* The `corrected` positional argument to `cov` has been deprecated in favor of
153-
a keyword argument with the same name (#21709).
153+
a keyword argument with the same name ([#21709]).
154154

155155
* Omitting spaces around the `?` and the `:` tokens in a ternary expression has been deprecated.
156156
Ternaries must now include some amount of whitespace, e.g. `x ? a : b` rather than
@@ -996,5 +996,6 @@ Command-line option changes
996996
[#22310]: https://github.com/JuliaLang/julia/issues/22310
997997
[#22523]: https://github.com/JuliaLang/julia/issues/22523
998998
[#22532]: https://github.com/JuliaLang/julia/issues/22532
999+
[#22709]: https://github.com/JuliaLang/julia/issues/22709
9991000
[#22712]: https://github.com/JuliaLang/julia/issues/22712
10001001
[#22732]: https://github.com/JuliaLang/julia/issues/22732

0 commit comments

Comments
 (0)