diff --git a/ChangeLog.rst b/ChangeLog.rst index 6b2c2d81..039899a5 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -26,7 +26,7 @@ fmt::print("The date is {:%Y-%m-%d}.", *std::localtime(&t)); * Added support for `custom argument formatters - `_ + `_ (`#235 `_). * Added support for locale-specific integer formatting with the ``n`` specifier