Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed May 29, 2021
1 parent 6a12b13 commit 85442ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,10 @@

* Replaced the ``fmt::windows_error`` exception with a function of the same
name that constructs ``std::system_error`` with the category returned by
``fmt::system_category()``. The latter is similar to ``std::sytem_category``
but correctly handles UTF-8.
(`#2274 <https://github.com/fmtlib/fmt/pull/2274>`_).
``fmt::system_category()``
(`#2274 <https://github.com/fmtlib/fmt/issues/2274>`_,
`#2275 <https://github.com/fmtlib/fmt/pull/2275>`_).
The latter is similar to ``std::sytem_category`` but correctly handles UTF-8.
Thanks `@phprus (Vladislav Shchapov) <https://github.com/phprus>`_.

* Replaced ``fmt::error_code`` with ``std::error_code`` and made it formattable
Expand Down

0 comments on commit 85442ed

Please sign in to comment.