summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-12-06 07:56:03 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-12-06 21:31:38 +0000
commit8a24c19d2621e0de6a4429a039dc75d3a761acd4 (patch)
tree9cebaa002ebac1473345a82c1365df7342f48733 /CHANGES.current
parentdc045640233962f69219cda73eab24898768fc48 (diff)
downloadswig-8a24c19d2621e0de6a4429a039dc75d3a761acd4.tar.gz
Fix syntax error for misplaced Doxygen comment after struct/class member.
Fix syntax error using Doxygen member groups syntax, "///*}", when used after final struct/class member. Issue #1636
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index c03b376c8..6581c4073 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,11 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.2.0 (in progress)
===========================
+2022-12-06: wsfulton
+ #1636 Fix syntax error for misplaced Doxygen comment after struct/class member.
+ Fix syntax error using Doxygen member groups syntax, "///*}", when used after
+ final struct/class member.
+
2022-12-05: wsfulton
#2023 Fix garbled Doxygen post comments in parameter lists.
Fix syntax error parsing a trailing Doxygen comment in parameter lists.