Fix formatting

This commit is contained in:
Victor Zverovich
2020-07-03 09:18:18 -07:00
parent 20e19387a2
commit 44bd5384a9

View File

@ -145,6 +145,7 @@
(`#1666 <https://github.com/fmtlib/fmt/issues/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``