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 @@ -449,6 +449,10 @@ Deprecated or removed
449
449
* `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of
450
450
`AbstractTriangular` have been deprecated ([#17723]).
451
451
452
+ * Special characters (`#{}()[]<>|&*?~;`) should now be quoted in commands. For example,
453
+ ``` `export FOO=1\;` ``` should replace ``` `export FOO=1;` ``` and
454
+ ``` `cd $dir '&&' $thingie` ``` should replace ``` `cd $dir && $thingie` ``` ([#19786]).
455
+
452
456
* The zero-argument constructor `MersenneTwister()` has been
453
457
deprecated in favor of the explicit `MersenneTwister(0)` ([#16984]).
454
458
@@ -531,6 +535,7 @@ Deprecated or removed
531
535
[#19741]: https://github.com/JuliaLang/julia/issues/19741
532
536
[#19771]: https://github.com/JuliaLang/julia/issues/19771
533
537
[#19784]: https://github.com/JuliaLang/julia/issues/19784
538
+ [#19786]: https://github.com/JuliaLang/julia/issues/19786
534
539
[#19787]: https://github.com/JuliaLang/julia/issues/19787
535
540
[#19791]: https://github.com/JuliaLang/julia/issues/19791
536
541
[#19800]: https://github.com/JuliaLang/julia/issues/19800
You can’t perform that action at this time.
0 commit comments