File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -457,6 +457,9 @@ Deprecated or removed
457
457
458
458
* infix operator `$` has been deprecated in favor of infix `⊻` or function `xor()` ([#18977]).
459
459
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
+
460
463
* `Dates.recur` has been deprecated in favor of `filter` ([#19288])
461
464
462
465
* A number of ambiguous `convert` operations between `Number`s (especially `Real`s)
@@ -569,6 +572,7 @@ Command-line option changes
569
572
[#17302]: https://github.com/JuliaLang/julia/issues/17302
570
573
[#17599]: https://github.com/JuliaLang/julia/issues/17599
571
574
[#17623]: https://github.com/JuliaLang/julia/issues/17623
575
+ [#17654]: https://github.com/JuliaLang/julia/issues/17654
572
576
[#17723]: https://github.com/JuliaLang/julia/issues/17723
573
577
[#17758]: https://github.com/JuliaLang/julia/issues/17758
574
578
[#17785]: https://github.com/JuliaLang/julia/issues/17785
You can’t perform that action at this time.
0 commit comments