Skip to content

Commit

Permalink
add news
Browse files Browse the repository at this point in the history
  • Loading branch information
narendrakpatel committed Mar 28, 2019
1 parent e23d59d commit 9db7274
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 @@ -14,6 +14,9 @@ New language features

* `inv(::Missing)` has now been added and returns `missing` ([#31408]).

* New methods `nexfloat(::BigFloat, n::Int)` and `prevfloat(::BigFloat, n::Int)` are
introduced. ([#31310])

Multi-threading changes
-----------------------

Expand Down Expand Up @@ -49,6 +52,7 @@ Standard library changes
* A no-argument construct to `Ptr{T}` has been added which constructs a null pointer ([#30919])
* `strip` now accepts a function argument in the same manner as `lstrip` and `rstrip` ([#31211])
* `mktempdir` now accepts a `prefix` keyword argument to customize the file name ([#31230], [#22922])
* `nextfloat(::BigFloat)` and `prevfloat(::BigFloat)` now uses the precision of the argument. ([#31310])

#### LinearAlgebra

Expand Down

0 comments on commit 9db7274

Please sign in to comment.