summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorAlec Woods <ahnolds@gmail.com>2019-01-25 20:07:57 -0500
committerAlec Woods <ahnolds@gmail.com>2019-01-26 09:30:26 -0500
commite150d58092b24b4191a1db39febf7b1ff5363633 (patch)
tree6682fcf728b86538d1a2868820be3c56d05b44ee /CHANGES.current
parent5106573b298177bce16219719f69883dd580e03e (diff)
downloadswig-e150d58092b24b4191a1db39febf7b1ff5363633.tar.gz
Fixing a bug where the cached doxygen docstring could be deleted while still in use, causing swig to segfault
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 2b41c50c6..6edffb78b 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -18,6 +18,9 @@ Version 4.0.0 (in progress)
Only show a single documentation entry for functions with default arguments when
using autodoc.
+ Fixed a bug where a cached doxygen docstring could be deleted while still in use,
+ causing swig to segfault.
+
2019-01-22: vadz
[Ruby, Octave] #1424 Improve autodoc parameter naming.