diff --git a/ChangeLog.rst b/ChangeLog.rst index 9cb1c315..d16762ea 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -76,7 +76,7 @@ * Added support for named args to ``dynamic_format_arg_store`` (`#1655 `_, - `#1663 `_). + `#1663 `_). Thanks `@vsolontsov-ll (Vladimir Solontsov) `_. @@ -145,9 +145,10 @@ (`#1666 `_). * Removed the following deprecated APIs: + * ``fmt`` and ``FMT_STRING_ALIAS`` macros - replaced by ``FMT_STRING`` * ``fmt::basic_string_view::char_type`` - replaced by - ``fmt::basic_string_view::value_type`` + ``fmt::basic_string_view::value_type`` * ``convert_to_int`` * ``format_arg_store::types`` * ``*parse_context`` - replaced by ``*format_parse_context`` @@ -162,7 +163,7 @@ * Improved documentation (`#1643 `_, - `#1660 `_). + `#1660 `_). Thanks `@senior7515 (Alexander Gallego) `_, `@lsr0 (Lindsay Roberts) `_.