Update ChangeLog.rst

This commit is contained in:
Victor Zverovich 2015-10-23 08:04:00 -07:00
parent 59442e968d
commit fe3d4513cc

View File

@ -1,6 +1,11 @@
2.0.0 - TBD
-----------
* Further improved performance of ``fmt::Writer`` on integer formatting
and fixed a minor regression. Now it is ~7% faster than ``karma::generate``
on Karma's benchmark
(`#186 <https://github.com/cppformat/cppformat/issues/186>`_).
* Fixed most warnings reported by Coverity Scan
(`#187 <https://github.com/cppformat/cppformat/issues/187>`_,
`#192 <https://github.com/cppformat/cppformat/issues/192>`_).