summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-07-11 07:14:00 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-07-11 07:17:53 +0100
commit2db6b4271538626290ccaaaa73b97ef126d37191 (patch)
treece1d147d226362e74b143dcf267094b5b9527047 /CHANGES.current
parent42f5e2da418c8ff0154e4acee38cb64a4c56a7d7 (diff)
downloadswig-2db6b4271538626290ccaaaa73b97ef126d37191.tar.gz
Add doxygen parser fix to changes file
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 22f074616..2ed9d208a 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.0.1 (in progress)
===========================
+2019-07-11: mcfarljm
+ #1548 #1578 Fix segfault in Doxygen parser parsing empty lines in some commands like
+ \code.
+
2019-07-09: IsaacPascual
[C#, Java] #1570 Fix name of generated C#/Java classes for %interface macros
in swiginterface.i when wrapping nested C++ classes.