From 64e66befd5abc331cfe03f94d950e8848bf0deb5 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 23 Oct 2015 07:00:45 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 8377a139..e4e6a9bf 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,12 +1,22 @@ 2.0.0 - TBD ----------- +* Fixed portability issues in tests causing failures on ARM, ppc64, ppc64le + and s390x (`#205 `_). + Thanks to Dave Johansen. + +* Added an option to disable use of IOStreams when ``FMT_USE_IOSTREAMS`` + is set to 0 before including ``format.h`` + (`#205 `_, + `#208 `_). + Thanks to `@JodiTheTigger `_. + * Added `Building the documentation `_ section to the documentation. * Made documentation building script compatible with Python 3 - (`#210 `_). + (`#209 `_). * Fixed documentation layout issues on medium screen sizes (`#210 `_).