From 024eae91fb7564babbcd36242fc0d7b7be731182 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 23 Oct 2015 08:41:30 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 3c5c359b2818..54f854c9a268 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -5,7 +5,7 @@ content, not pointers (`#183 `_). -* Made pthreads dependency introduced by Google Test optional. +* Made pthreads dependency introduced by Google Test optional (`#185 `_). * Further improved performance of ``fmt::Writer`` on integer formatting @@ -25,7 +25,7 @@ `#191 `_, `#194 `_). Thanks to `@rpopescu `_ and - `@gabime `_. + `@gabime (Gabi Melman) `_. * [Breaking] Implemented formatting of objects of user-defined types that provide an overloaded ``std::ostream`` insertion operator (``operator<<``) @@ -37,9 +37,12 @@ fmt::printf("The date is %s", Date(2012, 12, 9)); * Fixed portability issues in tests causing failures on ARM, ppc64, ppc64le - and s390x (`#202 `_, + and s390x ( + `#179 `_, + `#180 `_, + `#202 `_, `Red Hat Bugzilla Bug 1260297 `_). - Thanks to Dave Johansen. + Thanks to `@jackyf (Eugene V. Lyubimkin) `_ and Dave Johansen. * Added an option to disable use of IOStreams when ``FMT_USE_IOSTREAMS`` is set to 0 before including ``format.h`` @@ -51,7 +54,7 @@ `_ section to the documentation. -* Made documentation building script compatible with Python 3 +* Made documentation build script compatible with Python 3 (`#209 `_). * Fixed documentation layout issues on medium screen sizes