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
- Added the `s` specifier that formats an error message as a string in
`std::error_code`. For example:
- Added the `s` specifier for `std::error_code`. It allows formatting an error
message as a string. For example:
```c++
#include <fmt/std.h>