diff --git a/ChangeLog.rst b/ChangeLog.rst index d0671f68..23702add 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,7 +1,7 @@ 6.0.0 - TBD ----------- -* Floating-point formatting is now locale-independent: +* Floating-point formatting is now locale-independent by default: .. code:: c++ @@ -45,7 +45,7 @@ * Added `oss-fuzz `_ support (`#1199 `_). - Thanks `@pauldreik (Paul Dreik) `_ + Thanks `@pauldreik (Paul Dreik) `_. * ``formatter`` specializations now always take precedence over ``operator<<`` (`#952 `_): @@ -100,7 +100,7 @@ auto s = fmt::format("{:.1%}", 0.42); // s == "42.0%" - Thanks `@gawain-bolton (Gawain Bolton) `_: + Thanks `@gawain-bolton (Gawain Bolton) `_. * Implemented precision for floating-point durations (`#1004 `_,