From 6dfdada493760d1a7a4e05ea2f5013b0026194b7 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 7 May 2016 08:00:12 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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