From c0c6f45427ff982db0360c9489507ff302995f4c Mon Sep 17 00:00:00 2001 From: Matt Bauman Date: Mon, 10 Jun 2019 10:18:12 -0400 Subject: [PATCH] NEWS for #32122 --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index caad211fbc4e65..8cef63e5808ab0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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