From dce52e491e94ebdbdcb11a5f60e295b46ac3afb4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 2 Jan 2022 08:02:45 -0800 Subject: [PATCH] Update changelog --- ChangeLog.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 797b842a..e2a9a7ac 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -72,7 +72,7 @@ fmt::print("{} dollars", fmt::group_digits(1000000)); } - prints ``1,000,000 dollars``. + prints "1,000,000 dollars". * Added support for faint, conceal, reverse and blink text styles (`#2394 `_): @@ -82,8 +82,6 @@ Thanks `@benit8 (BenoƮt Lormeau) `_ and `@data-man (Dmitry Atamanov) `_. -* Decimal point is now localized when using the ``L`` specifier. - * Added experimental support for compile-time floating point formatting (`#2426 `_, `#2470 `_). @@ -132,7 +130,7 @@ aan"] * Switched to JSON-like representation of maps and sets for consistency with - Python's `str.format``. + Python's ``str.format``. For example (`godbolt `__): .. code:: c++ @@ -185,6 +183,8 @@ (`#2477 `_). Thanks `@Roman-Koshelev `_. +* Decimal point is now localized when using the ``L`` specifier. + * Improved floating point formatter implementation (`#2498 `_, `#2499 `_).