Skip to content

Commit

Permalink
Add NEWS.md entry for single-argument write deprecation (JuliaLang#17654
Browse files Browse the repository at this point in the history
).
  • Loading branch information
Sacha0 committed May 14, 2017
1 parent 6adef84 commit 270ba84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ Deprecated or removed

* infix operator `$` has been deprecated in favor of infix `` or function `xor()` ([#18977]).

* The single-argument form of `write` (`write(x)`, with implicit `STDOUT` output stream),
has been deprecated in favor of the explicit equivalent `write(STDOUT, x)` ([#17654]).

* `Dates.recur` has been deprecated in favor of `filter` ([#19288])

* `cummin` and `cummax` have been deprecated in favor of `accumulate`.
Expand Down Expand Up @@ -556,6 +559,7 @@ Command-line option changes
[#17302]: https://github.com/JuliaLang/julia/issues/17302
[#17599]: https://github.com/JuliaLang/julia/issues/17599
[#17623]: https://github.com/JuliaLang/julia/issues/17623
[#17654]: https://github.com/JuliaLang/julia/issues/17654
[#17723]: https://github.com/JuliaLang/julia/issues/17723
[#17758]: https://github.com/JuliaLang/julia/issues/17758
[#17785]: https://github.com/JuliaLang/julia/issues/17785
Expand Down

0 comments on commit 270ba84

Please sign in to comment.