Update changelog

This commit is contained in:
Victor Zverovich
2025-04-27 11:57:15 -07:00
parent ec1349d348
commit ccab417195

View File

@ -1,7 +1,7 @@
# 11.2.0 - TBD # 11.2.0 - TBD
- Added the `s` specifier that formats an error message as a string in - Added the `s` specifier for `std::error_code`. It allows formatting an error
`std::error_code`. For example: message as a string. For example:
```c++ ```c++
#include <fmt/std.h> #include <fmt/std.h>