Commit 4749cc93 authored by Victor Zverovich's avatar Victor Zverovich

Update changelog

parent 78a0ba0a
...@@ -76,7 +76,7 @@ ...@@ -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 @@ ...@@ -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>`_.
......
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