From 4749cc930a929267eb911bb1d72a02bc423f5005 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 19 Jun 2021 08:16:43 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 5cd57f9a..71f71f43 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -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 `_, +* Improved locale handling in chrono formatting + (`#2337 `_, `#2349 `_, `#2350 `_). Thanks `@phprus (Vladislav Shchapov) `_.