Skip to content

Commit

Permalink
NEWS for #32122
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman authored Jun 10, 2019
1 parent 101dd07 commit c0c6f45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Standard library changes
* 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]).
* Zero-dimensional arrays are now consistently preserved in the return values of mathematical
functions that operate on the array(s) as a whole (and are not explicitly broadcasted across their elements).
Previously, the functions `+`, `-`, `*`, `/`, `conj`, `real` and `imag` returned the unwrapped element
when operating over zero-dimensional arrays ([#32122]).

#### LinearAlgebra

Expand Down

0 comments on commit c0c6f45

Please sign in to comment.