File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -573,6 +573,10 @@ Deprecated or removed
573
573
``` `export FOO=1\;` ``` should replace ``` `export FOO=1;` ``` and
574
574
``` `cd $dir '&&' $thingie` ``` should replace ``` `cd $dir && $thingie` ``` ([#19786]).
575
575
576
+ * Zero-argument `Channel` constructors (`Channel()`, `Channel{T}()`) have been deprecated
577
+ in favor of equivalents accepting an explicit `Channel` size
578
+ (`Channel(2)`, `Channel{T}(2)`) ([#18832]).
579
+
576
580
* The zero-argument constructor `MersenneTwister()` has been
577
581
deprecated in favor of the explicit `MersenneTwister(0)` ([#16984]).
578
582
@@ -637,6 +641,7 @@ Command-line option changes
637
641
[#18660]: https://github.com/JuliaLang/julia/issues/18660
638
642
[#18690]: https://github.com/JuliaLang/julia/issues/18690
639
643
[#18777]: https://github.com/JuliaLang/julia/issues/18777
644
+ [#18832]: https://github.com/JuliaLang/julia/issues/18832
640
645
[#18839]: https://github.com/JuliaLang/julia/issues/18839
641
646
[#18891]: https://github.com/JuliaLang/julia/issues/18891
642
647
[#18931]: https://github.com/JuliaLang/julia/issues/18931
You can’t perform that action at this time.
0 commit comments