Skip to content

Commit

Permalink
Add missing link in NEWS netry for JuliaLang#21709
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobaldassi authored and jeffwong committed Jul 24, 2017
1 parent 28e0315 commit 0fe66dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 0fe66dd

Please sign in to comment.