Skip to content

Commit e6ff84c

Browse files
committed
add news for #26858 and #26859 [ci skip]
1 parent 8f46450 commit e6ff84c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,12 @@ This section lists changes that do not have deprecation warnings.
459459
* `parse(::Type, ::Char)` now uses a default base of 10, like other number parsing
460460
methods, instead of 36 ([#26576]).
461461

462+
* `isequal` for `Ptr`s now compares element types; `==` still compares only addresses
463+
([#26858]).
464+
465+
* `widen` on 8- and 16-bit integer types now widens to the platform word size (`Int`)
466+
instead of to a 32-bit type ([#26859]).
467+
462468
Library improvements
463469
--------------------
464470

0 commit comments

Comments
 (0)