mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-10 05:10:05 +00:00
Update changelog
This commit is contained in:
parent
78a0ba0a6a
commit
4749cc930a
@ -76,7 +76,7 @@
|
||||
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::
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
@ -221,8 +221,8 @@
|
||||
fmt::print("{:L}\n", monday); // prints "пн"
|
||||
}
|
||||
|
||||
* Improved locale handling in chrono formatting (
|
||||
`#2337 <https://github.com/fmtlib/fmt/issues/2337>`_,
|
||||
* Improved locale handling in chrono formatting
|
||||
(`#2337 <https://github.com/fmtlib/fmt/issues/2337>`_,
|
||||
`#2349 <https://github.com/fmtlib/fmt/pull/2349>`_,
|
||||
`#2350 <https://github.com/fmtlib/fmt/pull/2350>`_).
|
||||
Thanks `@phprus (Vladislav Shchapov) <https://github.com/phprus>`_.
|
||||
|
Loading…
Reference in New Issue
Block a user