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 @@ -417,6 +417,10 @@ Deprecated or removed
417
417
* `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of
418
418
`AbstractTriangular` have been deprecated ([#17723]).
419
419
420
+ * Special characters (`#{}()[]<>|&*?~;`) should now be quoted in commands. For example,
421
+ ``` `export FOO=1\;` ``` should replace ``` `export FOO=1;` ``` and
422
+ ``` `cd $dir '&&' $thingie` ``` should replace ``` `cd $dir && $thingie` ``` ([#19786]).
423
+
420
424
* The zero-argument constructor `MersenneTwister()` has been
421
425
deprecated in favor of the explicit `MersenneTwister(0)` ([#16984]).
422
426
@@ -494,6 +498,7 @@ Deprecated or removed
494
498
[#19724]: https://github.com/JuliaLang/julia/issues/19724
495
499
[#19741]: https://github.com/JuliaLang/julia/issues/19741
496
500
[#19784]: https://github.com/JuliaLang/julia/issues/19784
501
+ [#19786]: https://github.com/JuliaLang/julia/issues/19786
497
502
[#19787]: https://github.com/JuliaLang/julia/issues/19787
498
503
[#19791]: https://github.com/JuliaLang/julia/issues/19791
499
504
[#19800]: https://github.com/JuliaLang/julia/issues/19800
You can’t perform that action at this time.
0 commit comments