diff --git a/ChangeLog.rst b/ChangeLog.rst index 4f2367a0..6b2df54b 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -4,9 +4,18 @@ * Added `0 A.D. `_ and `PenUltima Online (POL) `_ to the list of notable projects using C++ Format. -* C++ Format now uses MSVC intrinsics for better formatting performance. +* C++ Format now uses MSVC intrinsics for better formatting performance + (`#116 `_, + `#118 `_ and + `#121 `). Previously these optimizations where only used on GCC and Clang. - Thanks to `@CarterLi `_. + Thanks to `@CarterLi `_ and + `@objectx `_. + +* CMake install target (`#119 `_). + Thanks to `@TrentHouliston `_. + + You can now install C++ Format with ``make install`` command. * Improved `Biicode `_ support (`#98 `_ and @@ -34,6 +43,9 @@ `#112 `_). Thanks to `@CarterLi `_. +* Improved compile-time errors when formatting wide into narrow strings + (`#117 `_). + * Fixed ``BasicWriter::write`` without formatting arguments when C++11 support is disabled (`#109 `_).