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 `_,