From 6a41d5ef56d3bff0eb673ee3223660b0d15925c7 Mon Sep 17 00:00:00 2001 From: mschauer Date: Mon, 2 Dec 2019 11:55:36 +0100 Subject: [PATCH] Move news item about shape of zips. --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) 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