Skip to content

Commit

Permalink
Add NEWS for PR 33211
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrobinson251 committed Sep 13, 2019
1 parent 51b3227 commit e5839ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ New language features
Language changes
----------------

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

Multi-threading changes
-----------------------
Expand All @@ -28,15 +29,13 @@ 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


#### LinearAlgebra

* `qr` and `qr!` functions support `blocksize` keyword argument ([#33053]).
Expand Down

0 comments on commit e5839ae

Please sign in to comment.