Skip to content

Commit 4ecbe49

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,10 @@ Deprecated or removed
449449
* `convert` methods from `Diagonal` and `Bidiagonal` to subtypes of
450450
`AbstractTriangular` have been deprecated ([#17723]).
451451
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+
452456
* The zero-argument constructor `MersenneTwister()` has been
453457
deprecated in favor of the explicit `MersenneTwister(0)` ([#16984]).
454458
@@ -531,6 +535,7 @@ Deprecated or removed
531535
[#19741]: https://github.com/JuliaLang/julia/issues/19741
532536
[#19771]: https://github.com/JuliaLang/julia/issues/19771
533537
[#19784]: https://github.com/JuliaLang/julia/issues/19784
538+
[#19786]: https://github.com/JuliaLang/julia/issues/19786
534539
[#19787]: https://github.com/JuliaLang/julia/issues/19787
535540
[#19791]: https://github.com/JuliaLang/julia/issues/19791
536541
[#19800]: https://github.com/JuliaLang/julia/issues/19800

0 commit comments

Comments
 (0)