Skip to content

Commit

Permalink
fix bad rebase in #23422 (#31874)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski authored and rfourquet committed Apr 30, 2019
1 parent 24ee806 commit 3d7e0d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Standard library changes
------------------------

* `Regex` can now be multiplied (`*`) and exponentiated (`^`), like strings ([#23422]).
* Cmd interpolation (`` `$(x::Cmd) a b c` `` where) now propagates `x`'s process flags
(environment, flags, working directory, etc) if `x` is the first interpolant and errors
otherwise ([#24353]).

#### LinearAlgebra

Expand Down

0 comments on commit 3d7e0d9

Please sign in to comment.