mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-01 03:34:45 +02:00
Update changelog
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
fmt::print("{:#.0f}", 42.0);
|
fmt::print("{:#.0f}", 42.0);
|
||||||
|
|
||||||
now prints ``42.``.
|
now prints ``42.``
|
||||||
|
|
||||||
* Implemented the ``'L'`` specifier for locale-specific numeric formatting to
|
* Implemented the ``'L'`` specifier for locale-specific numeric formatting to
|
||||||
improve compatibility with ``std::format``. The ``'n'`` specifier is now
|
improve compatibility with ``std::format``. The ``'n'`` specifier is now
|
||||||
|
Reference in New Issue
Block a user