Update ChangeLog.rst

This commit is contained in:
Victor Zverovich
2019-09-12 18:20:48 -07:00
committed by GitHub
parent c6d1a94a9f
commit 5dc577c064

View File

@ -183,6 +183,7 @@
* Modernized the codebase using more C++11 features and removing workarounds.
Most importantly, ``buffer_context`` is now an alias template, so
use ``buffer_context<T>`` instead of ``buffer_context<T>::type``.
These features require GCC 4.8 or later.
* ``formatter`` specializations now always take precedence over implicit
conversions to ``int`` and the undocumented ``convert_to_int`` trait