diff --git a/ChangeLog.rst b/ChangeLog.rst index b3307213..d77b5473 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,11 @@ 6.0.0 - TBD ----------- +* Switched to the `MIT license + `_ + with an optional exception that allows distributing binary code without + attribution. + * Floating-point formatting is now locale-independent by default: .. code:: c++ @@ -43,6 +48,10 @@ .. image:: https://user-images.githubusercontent.com/576385/ 54883977-9fe8c000-4e28-11e9-8bde-272d122e7c52.jpg +* Separated formatting and parsing contexts for consistency with + `C++20 ``std::format`` `_, removing the + undocumented ``basic_format_context::parse_context()`` function. + * Added `oss-fuzz `_ support (`#1199 `_). Thanks `@pauldreik (Paul Dreik) `_. @@ -166,9 +175,6 @@ `#1099 `_). Thanks `@BillyDonahue (Billy Donahue) `_. -* Separated formatting and parsing contexts, removing the undocumented - ``basic_format_context::parse_context()`` function. - * Marked deprecated APIs with the ``[[deprecated]]`` attribute and removed internal uses of deprecated APIs (`#1022 `_).