From 98c4bcd87a73d2e64c3c5950c449e5f2ebf2626c Mon Sep 17 00:00:00 2001 From: Nick Robinson Date: Fri, 13 Sep 2019 19:16:26 +0100 Subject: [PATCH] Move NEWS --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 20be52c2e2c2a..80ecfa2eaf77f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,6 +13,8 @@ Language changes * Calling `show` or `repr` on an `undef`/`UndefInitializer()` array initializer now shows valid Julia code ([#33211]). +* Calling `show` or `repr` on a 0-dimensional `AbstractArray` now shows valid code for creating an equivalent 0-dimensional array, instead of only showing the contained value. ([#33206]) + Multi-threading changes ----------------------- @@ -38,8 +40,6 @@ Standard library changes * Verbose `display` of `Char` (`text/plain` output) now shows the codepoint value in standard-conforming `"U+XXXX"` format ([#33291]). -* Calling `show` or `repr` on 0-dimensional `AbstractArray`s now shows valid code for creating an equivalent 0-dimensional array, instead of only showing the contained value. ([#33206]) - #### Libdl