From a434a8f778ea961ad42d7b2f2153c2ab9637348b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 4 Apr 2020 06:34:23 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 60b5a3b0..411ffa3a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -34,7 +34,7 @@ fmt::print("{:#.0f}", 42.0); - now prints ``42.``. + now prints ``42.`` * Implemented the ``'L'`` specifier for locale-specific numeric formatting to improve compatibility with ``std::format``. The ``'n'`` specifier is now