summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/whatsnew.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index c084eb3..660608a 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -27,6 +27,8 @@ v1.14
equivalent but explicity builds the intermediate array as a regular
Python object on the heap.
+* fixed a memory leak inside ``ffi.getwinerror()`` on CPython 3.x.
+
v1.13.2
=======