Skip to content

Commit

Permalink
Merge pull request #10141 from GlenHertz/patch-11
Browse files Browse the repository at this point in the history
Update News.md: `NaN` -> `T(NaN)`
  • Loading branch information
jiahao committed Feb 9, 2015
2 parents 83bbfe4 + 2fba8c5 commit 99b5f98
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 @@ -178,7 +178,7 @@ Deprecated or removed

* `median` and `median!` no longer accept a `checknan` keyword argument ([#8605]).

* `inf` and `nan` are now deprecated in favor of `T(Inf)` and `NaN`, respectively ([#8776]).
* `inf` and `nan` are now deprecated in favor of `T(Inf)` and `T(NaN)`, respectively ([#8776]).

* `oftype(T::Type, x)` is deprecated in favor of `convert(T,x)` (or `T(x)`).

Expand Down

0 comments on commit 99b5f98

Please sign in to comment.