diff --git a/ChangeLog.rst b/ChangeLog.rst index c28b2558..b68e9212 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,9 @@ 2.0.0 - TBD ----------- +* Improved compatibility with old versions of MinGW + (`#132 `_). + * The ``Buffer`` template is now part of the public API and can be used to implement custom memory buffers (`#140 `_).