Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Lyndon White <[email protected]>
  • Loading branch information
nickrobinson251 and oxinabox authored Aug 31, 2019
1 parent 9235f44 commit 60f29f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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]).

* New function `only(x)` returns the one-and-only element of a collection `x`, and throws an error if `x` contains zero or multiple elements.
* New function `only(x)` returns the one-and-only element of a collection `x`, and throws an error if `x` contains zero or multiple elements. [#33129]

#### Libdl

Expand Down

0 comments on commit 60f29f1

Please sign in to comment.