diff --git a/ChangeLog.rst b/ChangeLog.rst index 4fc4cb01..176478f7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -51,8 +51,9 @@ Thanks `@florimond-collette (Florimond Collette) `_. -* Fixed handling of precision for 128-bit ``long double`` - (`#3539 `_). +* Fixed handling of precision for ``long double`` larger than 64 bits. + (`#3539 `_, + `#3564 `_). * Removed remnants of the Grisu floating-point formatter that has been replaced by Dragonbox in earlier versions.