summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-12-03 01:10:28 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-12-03 09:49:42 +0000
commit24f75aa481aa98aa0ed52e71493c9ca4e63122ea (patch)
treeb7ba680ebfb39ae158e80638b71da9a268b26c9e /CHANGES.current
parent1cdeb458ded5a931c8f8cbdb1aded4a46a6fb57b (diff)
downloadswig-24f75aa481aa98aa0ed52e71493c9ca4e63122ea.tar.gz
Fix parsing of unconventional Doxygen post comments for enum items.
Closes #1715
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 c251bb66d..5fc73eb15 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.2.0 (in progress)
===========================
+2022-12-03: wsfulton
+ #1715 Fix syntax error parsing of unconventionally placed Doxygen post
+ comments for enum items.
+
2022-12-02: wsfulton
#624 #1021 Improved template template parameters support. Previously, specifying more
than one simple template template parameter resulted in a parse error. Now