We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2964312 commit faefe2aCopy full SHA for faefe2a
NEWS.md
@@ -31,7 +31,7 @@ Standard library changes
31
------------------------
32
33
* `Regex` can now be multiplied (`*`) and exponentiated (`^`), like strings ([#23422]).
34
-* `Cmd` interpolation (`` `$(x::Cmd) a b c` `` where) now propagates `x`'s process flags
+* `Cmd` interpolation (``` `$(x::Cmd) a b c` ``` where) now propagates `x`'s process flags
35
(environment, flags, working directory, etc) if `x` is the first interpolant and errors
36
otherwise ([#24353]).
37
* Zero-dimensional arrays are now consistently preserved in the return values of mathematical
0 commit comments