Skip to content

Commit

Permalink
Move news item about shape of zips.
Browse files Browse the repository at this point in the history
  • Loading branch information
mschauer committed Dec 2, 2019
1 parent 916678a commit 6a41d5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a41d5e

Please sign in to comment.