Skip to content

Commit

Permalink
Add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jmert committed Sep 3, 2020
1 parent b0bd439 commit 78f66de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ Standard library changes
* Change `uuid1` and `uuid4` to use `Random.RandomDevice()` as default random number generator ([#35872]).
* Added `parse(::Type{UUID}, ::AbstractString)` method

#### Mmap
* On Unix systems, the `Mmap.madvise!` function (along with OS-specific `Mmap.MADV_*`
constants) has been added to give advise on handling of memory-mapped arrays. ([#37369])

Deprecated or removed
---------------------

Expand Down

0 comments on commit 78f66de

Please sign in to comment.