Skip to content

Commit 98c4bcd

Browse files
Move NEWS
1 parent 72f3797 commit 98c4bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Language changes
1313

1414
* Calling `show` or `repr` on an `undef`/`UndefInitializer()` array initializer now shows valid Julia code ([#33211]).
1515

16+
* 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])
17+
1618
Multi-threading changes
1719
-----------------------
1820

@@ -38,8 +40,6 @@ Standard library changes
3840

3941
* Verbose `display` of `Char` (`text/plain` output) now shows the codepoint value in standard-conforming `"U+XXXX"` format ([#33291]).
4042

41-
* 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])
42-
4343

4444
#### Libdl
4545

0 commit comments

Comments
 (0)