From d82b6c7e62b5493eb852f22ec2e6e73122ddd212 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 6 Mar 2015 08:03:11 -0800 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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 `_).