Skip to content

Commit 13e1924

Browse files
carlobaldassiJeffBezanson
authored andcommitted
Add missing link in NEWS netry for #21709
1 parent 31bfad8 commit 13e1924

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
@@ -156,7 +156,7 @@ Deprecated or removed
156156
and the Base signal processing functions which used FFTs are now in DSP.jl ([#21956]).
157157

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

161161
* Omitting spaces around the `?` and the `:` tokens in a ternary expression has been deprecated.
162162
Ternaries must now include some amount of whitespace, e.g. `x ? a : b` rather than
@@ -1002,5 +1002,6 @@ Command-line option changes
10021002
[#22310]: https://github.com/JuliaLang/julia/issues/22310
10031003
[#22523]: https://github.com/JuliaLang/julia/issues/22523
10041004
[#22532]: https://github.com/JuliaLang/julia/issues/22532
1005+
[#22709]: https://github.com/JuliaLang/julia/issues/22709
10051006
[#22712]: https://github.com/JuliaLang/julia/issues/22712
10061007
[#22732]: https://github.com/JuliaLang/julia/issues/22732

0 commit comments

Comments
 (0)