mirror of
https://github.com/fmtlib/fmt.git
synced 2025-04-16 05:42:19 +00:00
Update changelog
This commit is contained in:
parent
6a12b13a85
commit
85442ed045
@ -325,9 +325,10 @@
|
|||||||
|
|
||||||
* Replaced the ``fmt::windows_error`` exception with a function of the same
|
* Replaced the ``fmt::windows_error`` exception with a function of the same
|
||||||
name that constructs ``std::system_error`` with the category returned by
|
name that constructs ``std::system_error`` with the category returned by
|
||||||
``fmt::system_category()``. The latter is similar to ``std::sytem_category``
|
``fmt::system_category()``
|
||||||
but correctly handles UTF-8.
|
(`#2274 <https://github.com/fmtlib/fmt/issues/2274>`_,
|
||||||
(`#2274 <https://github.com/fmtlib/fmt/pull/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>`_.
|
Thanks `@phprus (Vladislav Shchapov) <https://github.com/phprus>`_.
|
||||||
|
|
||||||
* Replaced ``fmt::error_code`` with ``std::error_code`` and made it formattable
|
* Replaced ``fmt::error_code`` with ``std::error_code`` and made it formattable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user