Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 50178ab

Browse files
committedSep 13, 2019
Add NEWS for PR 33211
1 parent 51b3227 commit 50178ab

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
@@ -28,14 +28,14 @@ New library functions
2828
* The `tempname` function now takes a `cleanup::Bool` keyword argument defaulting to `true`, which causes the process to try to ensure that any file or directory at the path returned by `tempname` is deleted upon process exit ([#33090]).
2929
* The `readdir` function now takes a `join::Bool` keyword argument defaulting to `false`, which when set causes `readdir` to join its directory argument with each listed name ([#33113]).
3030

31-
3231
Standard library changes
3332
------------------------
3433

3534
* 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]).
3635

37-
#### Libdl
36+
* Calling `show` or `repr` on an `undef`/`UndefInitializer()` array initializer now prints valid Julia code ([#33211]).
3837

38+
#### Libdl
3939

4040
#### LinearAlgebra
4141

0 commit comments

Comments
 (0)
Please sign in to comment.