We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f46450 commit e6ff84cCopy full SHA for e6ff84c
NEWS.md
@@ -459,6 +459,12 @@ This section lists changes that do not have deprecation warnings.
459
* `parse(::Type, ::Char)` now uses a default base of 10, like other number parsing
460
methods, instead of 36 ([#26576]).
461
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
468
Library improvements
469
--------------------
470
0 commit comments