From a4e3cf834b2a9889c9b1b434192d455ef427f852 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 29 Oct 2015 08:26:03 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 66ab99e7..70400205 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -6,7 +6,8 @@ (`#128 `_). New documentation address is http://cppformat.github.io/. -* Fixed formatting of enums with numeric format specifiers in ``fmt::(s)printf`` +* [Breaking] Fixed formatting of enums with numeric format specifiers in + ``fmt::(s)printf`` (`#131 `_, `#139 `_): @@ -22,7 +23,7 @@ `#132 `_). Thanks to `@cstamford (Christopher Stamford) `_. -* The ``Buffer`` template is now part of the public API and can be used +* [Breaking] The ``Buffer`` template is now part of the public API and can be used to implement custom memory buffers (`#140 `_). Thanks to `@polyvertex (Jean-Charles Lefebvre) `_.