From 2db6b4271538626290ccaaaa73b97ef126d37191 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 11 Jul 2019 07:14:00 +0100 Subject: [PATCH] Add doxygen parser fix to changes file --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) 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.