From ecc914125979daebcbc08817794b88c06d55785f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 7 Aug 2023 14:41:53 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.