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 `_).