diff --git a/NEWS.md b/NEWS.md index 896cb99e3ad812..f6b608ae0d973f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -52,6 +52,8 @@ Standard library changes * Sets are now displayed less compactly in the REPL, as a column of elements, like vectors and dictionaries ([#33300]). +* A 1-d `Zip` iterator (where `Base.IteratorSize` is `Base.HasShape{1}()`) with defined length of `n` has now also size of `(n,)` (instead of throwing an error) ([#29927]). + #### Libdl #### LinearAlgebra