Skip to content

Commit 3b4a1a3

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for single-argument write deprecation (#17654). (#21880)
(cherry picked from commit 85a4783)
1 parent ecde5bb commit 3b4a1a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,9 @@ Deprecated or removed
420420
421421
* infix operator `$` has been deprecated in favor of infix `⊻` or function `xor()` ([#18977]).
422422
423+
* The single-argument form of `write` (`write(x)`, with implicit `STDOUT` output stream),
424+
has been deprecated in favor of the explicit equivalent `write(STDOUT, x)` ([#17654]).
425+
423426
* `Dates.recur` has been deprecated in favor of `filter` ([#19288])
424427
425428
* A number of ambiguous `convert` operations between `Number`s (especially `Real`s)
@@ -532,6 +535,7 @@ Command-line option changes
532535
[#17302]: https://github.com/JuliaLang/julia/issues/17302
533536
[#17599]: https://github.com/JuliaLang/julia/issues/17599
534537
[#17623]: https://github.com/JuliaLang/julia/issues/17623
538+
[#17654]: https://github.com/JuliaLang/julia/issues/17654
535539
[#17723]: https://github.com/JuliaLang/julia/issues/17723
536540
[#17758]: https://github.com/JuliaLang/julia/issues/17758
537541
[#17785]: https://github.com/JuliaLang/julia/issues/17785

0 commit comments

Comments
 (0)