Update changelog

This commit is contained in:
Victor Zverovich 2024-06-08 08:15:40 -07:00
parent e9609dec1a
commit cba5e8615a

View File

@ -189,7 +189,7 @@
#include <fmt/chrono.h>
int main() {
fmt::print("{}\n", std::chrono::days(42)); // prints "42d"
fmt::print("{}\n", std::chrono::days(42)); // prints "42d"
}
```