summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-02-07 09:23:51 +0100
committerArmin Rigo <arigo@tunes.org>2020-02-07 09:23:51 +0100
commit36c87d65178a5a6806e34e057acbc8a45d0e7949 (patch)
treeca9ca9c1aebdba684835d3bbcecd325f7d0d8477 /doc
parent50948fb657d6d983142f834064bffc8289b698f5 (diff)
downloadcffi-36c87d65178a5a6806e34e057acbc8a45d0e7949.tar.gz
Document the memory leak fix
Diffstat (limited to 'doc')
-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
=======