Skip to content

Commit 85a4783

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry for single-argument write deprecation (#17654). (#21880)
1 parent 8518fcb commit 85a4783

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,9 @@ Deprecated or removed
457457
458458
* infix operator `$` has been deprecated in favor of infix `⊻` or function `xor()` ([#18977]).
459459
460+
* The single-argument form of `write` (`write(x)`, with implicit `STDOUT` output stream),
461+
has been deprecated in favor of the explicit equivalent `write(STDOUT, x)` ([#17654]).
462+
460463
* `Dates.recur` has been deprecated in favor of `filter` ([#19288])
461464
462465
* A number of ambiguous `convert` operations between `Number`s (especially `Real`s)
@@ -569,6 +572,7 @@ Command-line option changes
569572
[#17302]: https://github.com/JuliaLang/julia/issues/17302
570573
[#17599]: https://github.com/JuliaLang/julia/issues/17599
571574
[#17623]: https://github.com/JuliaLang/julia/issues/17623
575+
[#17654]: https://github.com/JuliaLang/julia/issues/17654
572576
[#17723]: https://github.com/JuliaLang/julia/issues/17723
573577
[#17758]: https://github.com/JuliaLang/julia/issues/17758
574578
[#17785]: https://github.com/JuliaLang/julia/issues/17785

0 commit comments

Comments
 (0)