Skip to content

Commit bf4cf71

Browse files
Sacha0tkelman
authored andcommitted
Add NEWS.md entry noting need to quote special characters in Cmds (#19786). (#21809)
(cherry picked from commit 4ecbe49)
1 parent 5c5f9a0 commit bf4cf71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,10 @@ Deprecated or removed
417417
* `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of
418418
`AbstractTriangular` have been deprecated ([#17723]).
419419
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+
420424
* The zero-argument constructor `MersenneTwister()` has been
421425
deprecated in favor of the explicit `MersenneTwister(0)` ([#16984]).
422426
@@ -494,6 +498,7 @@ Deprecated or removed
494498
[#19724]: https://github.com/JuliaLang/julia/issues/19724
495499
[#19741]: https://github.com/JuliaLang/julia/issues/19741
496500
[#19784]: https://github.com/JuliaLang/julia/issues/19784
501+
[#19786]: https://github.com/JuliaLang/julia/issues/19786
497502
[#19787]: https://github.com/JuliaLang/julia/issues/19787
498503
[#19791]: https://github.com/JuliaLang/julia/issues/19791
499504
[#19800]: https://github.com/JuliaLang/julia/issues/19800

0 commit comments

Comments
 (0)