diff --git a/NEWS.md b/NEWS.md index a061be22d4479..340cefff73891 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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`. @@ -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