Skip to content

Commit

Permalink
add news for #26858 and #26859 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Apr 20, 2018
1 parent 8f46450 commit e6ff84c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,12 @@ This section lists changes that do not have deprecation warnings.
* `parse(::Type, ::Char)` now uses a default base of 10, like other number parsing
methods, instead of 36 ([#26576]).

* `isequal` for `Ptr`s now compares element types; `==` still compares only addresses
([#26858]).

* `widen` on 8- and 16-bit integer types now widens to the platform word size (`Int`)
instead of to a 32-bit type ([#26859]).

Library improvements
--------------------

Expand Down

0 comments on commit e6ff84c

Please sign in to comment.