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