mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 03:07:36 +02:00
Update changelog
This commit is contained in:
@ -34,7 +34,7 @@
|
|||||||
69767160-cdaca400-112f-11ea-9fc5-347c9f83caad.png
|
69767160-cdaca400-112f-11ea-9fc5-347c9f83caad.png
|
||||||
|
|
||||||
* {fmt} no longer converts ``float`` arguments to ``double``. In particular this
|
* {fmt} no longer converts ``float`` arguments to ``double``. In particular this
|
||||||
improves the default (shortest) representation of ``float``s and makes
|
improves the default (shortest) representation of floats and makes
|
||||||
``fmt::format`` consistent with ``std::format`` specs
|
``fmt::format`` consistent with ``std::format`` specs
|
||||||
(`#1336 <https://github.com/fmtlib/fmt/issues/1336>`_,
|
(`#1336 <https://github.com/fmtlib/fmt/issues/1336>`_,
|
||||||
`#1360 <https://github.com/fmtlib/fmt/pull/1360>`_,
|
`#1360 <https://github.com/fmtlib/fmt/pull/1360>`_,
|
||||||
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
Thanks `@orivej (Orivej Desh) <https://github.com/orivej>`_.
|
Thanks `@orivej (Orivej Desh) <https://github.com/orivej>`_.
|
||||||
|
|
||||||
* Added support for ``int128_t``
|
* Added support for 128-bit integers
|
||||||
(`#1287 <https://github.com/fmtlib/fmt/pull/1287>`_):
|
(`#1287 <https://github.com/fmtlib/fmt/pull/1287>`_):
|
||||||
|
|
||||||
.. code:: c++
|
.. code:: c++
|
||||||
|
Reference in New Issue
Block a user