diff --git a/NEWS.md b/NEWS.md index 8caf4c2664fa6..b9f654764da88 100644 --- a/NEWS.md +++ b/NEWS.md @@ -156,7 +156,7 @@ Deprecated or removed and the Base signal processing functions which used FFTs are now in DSP.jl ([#21956]). * The `corrected` positional argument to `cov` has been deprecated in favor of - a keyword argument with the same name (#21709). + a keyword argument with the same name ([#21709]). * Omitting spaces around the `?` and the `:` tokens in a ternary expression has been deprecated. Ternaries must now include some amount of whitespace, e.g. `x ? a : b` rather than @@ -1002,5 +1002,6 @@ Command-line option changes [#22310]: https://github.com/JuliaLang/julia/issues/22310 [#22523]: https://github.com/JuliaLang/julia/issues/22523 [#22532]: https://github.com/JuliaLang/julia/issues/22532 +[#22709]: https://github.com/JuliaLang/julia/issues/22709 [#22712]: https://github.com/JuliaLang/julia/issues/22712 [#22732]: https://github.com/JuliaLang/julia/issues/22732