From 85442ed0453b4057a8588766cdbd0db2feef75e9 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 29 May 2021 07:43:21 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index b890533a..35a7b045 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -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 `_). + ``fmt::system_category()`` + (`#2274 `_, + `#2275 `_). + The latter is similar to ``std::sytem_category`` but correctly handles UTF-8. Thanks `@phprus (Vladislav Shchapov) `_. * Replaced ``fmt::error_code`` with ``std::error_code`` and made it formattable