From 387b23f890710d4fd2b04e705002c4e839c9f3aa Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 30 Oct 2015 06:45:56 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index fc48ffac..f1c9fc4d 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -93,6 +93,17 @@ (`#171 `_). Thanks to `@alfps (Alf P. Steinbach) `_. +* [Breaking] Named arguments + (`#169 `_, + `#173 `_, + `#174 `_): + + .. code:: c++ + + fmt::print("The answer is {answer}.", fmt::arg("answer", 42)); + + Thanks to `@jamboree `_. + * Fixed out-of-tree documentation build (`#177 `_). Thanks to `@jackyf (Eugene V. Lyubimkin) `_. @@ -133,7 +144,7 @@ * Implemented a workaround for a name lookup bug in MSVC2010 (`#188 `_). -* Fixed multiple warnings +* Fixed compiler warnings (`#135 `_, `#142 `_, `#145 `_, @@ -198,8 +209,11 @@ `_ section to the documentation. -* Documentation build script is now compatible with Python 3 - (`#209 `_). +* Documentation build script is now compatible with Python 3 and newer pip versions. + (`#189 `_, + `#209 `_). + Thanks to `@JodiTheTigger `_ and + `@xentec `_. * Fixed a name conflict with macro ``free`` defined in ``crtdbg.h`` when ``_CRTDBG_MAP_ALLOC`` is set