diff --git a/ChangeLog.rst b/ChangeLog.rst index aecd84c8..d3e905d8 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -4,6 +4,10 @@ * Added `0 A.D. `_ and `PenUltima Online (POL) `_ to the list of notable projects using C++ Format. +* C++ Format now uses MSVC intrinsic for better performance on Windows. + Previously these optimizations where only used on GCC and Clang. + Thanks to `@CarterLi `_. + * Improved `Biicode `_ support (`#98 `_ and `#104 `_). Thanks to @@ -12,7 +16,7 @@ * Improved support for bulding with `Android NDK `_ - (`# 107 `_). + (`#107 `_). Thanks to `@newnon `_. The `android-ndk-example `_ @@ -24,11 +28,21 @@ * Improved documentation of ``SystemError`` and ``WindowsError`` (`#54 `_). +* Various code improvements + (`#110 `_, + `#111 `_ + `#112 `_). + Thanks to `@CarterLi `_. + +* Fixed ``BasicWriter::write`` without formatting arguments when C++11 support + is disabled (`#109 `_). + * Fixed packaging issues (`#94 `_). -* Fixed warnings in MSVC and Xcode - (`#95 `_ and - `#96 `_). +* Fixed warnings in GCC, MSVC and Xcode/Clang + (`#95 `_, + `#96 `_ and + `#114 `_). 1.0.0 - 2015-02-05 ------------------