diff --git a/NEWS.md b/NEWS.md index 896cb99e3ad81..c411e0f59a3f4 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 @@ -91,10 +93,6 @@ Standard library changes Deprecated or removed --------------------- - -* 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]). - External dependencies ---------------------