From 89e0684da60bdce037eb9053e728233882e84204 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 4 Mar 2015 19:02:59 -0800 Subject: [PATCH] Update changelog --- ChangeLog.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 41f4856f..b1302146 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -8,7 +8,8 @@ fmt::printf("Elapsed time: %.2f seconds", 1.23); fmt::printf("%1$s, %3$d %2$s", weekday, month, day); -* Arguments of ``char`` type can now be formatted as integers (#55): +* Arguments of ``char`` type can now be formatted as integers + (Issue `https://github.com/cppformat/cppformat/issues/55 #55`_): .. code:: c++ @@ -76,7 +77,8 @@ * Improved consistency in naming functions that are a part of the public API. Now all public functions are lowercase following the standard library conventions. Previously it was a combination of lowercase and - CapitalizedWords. Issue #50. + CapitalizedWords. + Issue `https://github.com/cppformat/cppformat/issues/50 #50`_. * Old functions are marked as deprecated and will be removed in the next release.