mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 03:07:36 +02:00
Update ChangeLog.rst
This commit is contained in:
@ -26,7 +26,7 @@
|
|||||||
fmt::print("The date is {:%Y-%m-%d}.", *std::localtime(&t));
|
fmt::print("The date is {:%Y-%m-%d}.", *std::localtime(&t));
|
||||||
|
|
||||||
* Added support for `custom argument formatters
|
* Added support for `custom argument formatters
|
||||||
<http://cppformat.github.io/dev/api.html#argument-formatters>`_
|
<http://fmtlib.net/dev/api.html#argument-formatters>`_
|
||||||
(`#235 <https://github.com/fmtlib/fmt/issues/235>`_).
|
(`#235 <https://github.com/fmtlib/fmt/issues/235>`_).
|
||||||
|
|
||||||
* Added support for locale-specific integer formatting with the ``n`` specifier
|
* Added support for locale-specific integer formatting with the ``n`` specifier
|
||||||
|
Reference in New Issue
Block a user