Update changelog

This commit is contained in:
Victor Zverovich
2021-06-19 08:16:43 -07:00
parent 78a0ba0a6a
commit 4749cc930a

View File

@ -76,7 +76,7 @@
FMTCompileNew/9223372036854775807 5.28 ns 5.26 ns 130711631 FMTCompileNew/9223372036854775807 5.28 ns 5.26 ns 130711631
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
And even faster than ``std::to_chars`` from libc++ compiled with clang on It is even faster than ``std::to_chars`` from libc++ compiled with clang on
macOS:: macOS::
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
@ -221,8 +221,8 @@
fmt::print("{:L}\n", monday); // prints "пн" fmt::print("{:L}\n", monday); // prints "пн"
} }
* Improved locale handling in chrono formatting ( * Improved locale handling in chrono formatting
`#2337 <https://github.com/fmtlib/fmt/issues/2337>`_, (`#2337 <https://github.com/fmtlib/fmt/issues/2337>`_,
`#2349 <https://github.com/fmtlib/fmt/pull/2349>`_, `#2349 <https://github.com/fmtlib/fmt/pull/2349>`_,
`#2350 <https://github.com/fmtlib/fmt/pull/2350>`_). `#2350 <https://github.com/fmtlib/fmt/pull/2350>`_).
Thanks `@phprus (Vladislav Shchapov) <https://github.com/phprus>`_. Thanks `@phprus (Vladislav Shchapov) <https://github.com/phprus>`_.