From 4e8d2156062a42bf5d6477b15eff5141b91c19e6 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 4 Jul 2022 08:56:18 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 89f86b24..a64c3d07 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -5,8 +5,8 @@ formats. In particular this results in consistent rounding on all platforms and removing the ``s[n]printf`` fallback for decimal FP formatting. -* Compile-time floating point formatting now works without header-only mode. - For example (`godbolt `__): +* Compile-time floating point formatting no longer requires the header-only + mode. For example (`godbolt `__): .. code:: c++ @@ -21,6 +21,8 @@ constexpr auto answer = compile_time_itoa(0.42); + works with the default settings. + * Improved the implementation of `Dragonbox `_, the algorithm used for the default floating-point formatting