From 50178aba672c7ce84a1152a5978905025f134a02 Mon Sep 17 00:00:00 2001 From: Nick Robinson Date: Fri, 13 Sep 2019 18:55:59 +0100 Subject: [PATCH] Add NEWS for PR 33211 --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 1611cfe1a7ea37..84855d47022d8d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -28,14 +28,14 @@ New library functions * 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]). * 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]). - Standard library changes ------------------------ * 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]). -#### Libdl +* Calling `show` or `repr` on an `undef`/`UndefInitializer()` array initializer now prints valid Julia code ([#33211]). +#### Libdl #### LinearAlgebra