Commit 4e8d2156 authored by Victor Zverovich's avatar Victor Zverovich

Update changelog

parent 84eecb65
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
formats. In particular this results in consistent rounding on all platforms formats. In particular this results in consistent rounding on all platforms
and removing the ``s[n]printf`` fallback for decimal FP formatting. and removing the ``s[n]printf`` fallback for decimal FP formatting.
* Compile-time floating point formatting now works without header-only mode. * Compile-time floating point formatting no longer requires the header-only
For example (`godbolt <https://godbolt.org/z/G37PTeG3b>`__): mode. For example (`godbolt <https://godbolt.org/z/G37PTeG3b>`__):
.. code:: c++ .. code:: c++
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
constexpr auto answer = compile_time_itoa(0.42); constexpr auto answer = compile_time_itoa(0.42);
works with the default settings.
* Improved the implementation of * Improved the implementation of
`Dragonbox <https://github.com/jk-jeon/dragonbox>`_, the algorithm used for `Dragonbox <https://github.com/jk-jeon/dragonbox>`_, the algorithm used for
the default floating-point formatting the default floating-point formatting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment