Skip to content

Commit 6e4f45e

Browse files
Move NEWS
1 parent 358b0ec commit 6e4f45e

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

@@ -32,8 +34,6 @@ Standard library changes
3234

3335
* The methods of `mktemp` and `mktempdir` which take a function body to pass temporary paths to no longer throw errors if the path is already deleted when the function body returns ([#33091]).
3436

35-
* 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])
36-
3737
#### Libdl
3838

3939
#### LinearAlgebra

0 commit comments

Comments
 (0)