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 @@ -420,6 +420,9 @@ Deprecated or removed
420
420
421
421
* infix operator `$` has been deprecated in favor of infix `⊻` or function `xor()` ([#18977]).
422
422
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
+
423
426
* `Dates.recur` has been deprecated in favor of `filter` ([#19288])
424
427
425
428
* A number of ambiguous `convert` operations between `Number`s (especially `Real`s)
@@ -532,6 +535,7 @@ Command-line option changes
532
535
[#17302]: https://github.com/JuliaLang/julia/issues/17302
533
536
[#17599]: https://github.com/JuliaLang/julia/issues/17599
534
537
[#17623]: https://github.com/JuliaLang/julia/issues/17623
538
+ [#17654]: https://github.com/JuliaLang/julia/issues/17654
535
539
[#17723]: https://github.com/JuliaLang/julia/issues/17723
536
540
[#17758]: https://github.com/JuliaLang/julia/issues/17758
537
541
[#17785]: https://github.com/JuliaLang/julia/issues/17785
You can’t perform that action at this time.
0 commit comments