You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Language changes
13
13
14
14
* Calling `show` or `repr` on an `undef`/`UndefInitializer()` array initializer now shows valid Julia code ([#33211]).
15
15
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
+
16
18
Multi-threading changes
17
19
-----------------------
18
20
@@ -38,8 +40,6 @@ Standard library changes
38
40
39
41
* Verbose `display` of `Char` (`text/plain` output) now shows the codepoint value in standard-conforming `"U+XXXX"` format ([#33291]).
40
42
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])
0 commit comments