From 2ebdd49e96d597168a30fd0235ce0e94c3b6c85c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 29 Oct 2015 07:14:21 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 9fb62497..c28b2558 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,11 @@ 2.0.0 - TBD ----------- +* 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) `_. + * Fixed a compile error on MSVC with disabled exceptions (`#144 `_). @@ -104,7 +109,8 @@ (`#188 `_). * Fixed multiple warnings - (`#142 `_, + (`#135 `_, + `#142 `_, `#145 `_, `#146 `_, `#158 `_,