aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-07-12 07:44:31 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-07-12 07:44:31 +0100
commiteefbeb7505b176667ec1774fe7aaf1edde4895df (patch)
treec6b368ed4f57a84d193f2d7b753c3841e47ea2bb
parentc321aca2b46efba6fefeafa8eea505674a4e2b20 (diff)
downloadswig-eefbeb7505b176667ec1774fe7aaf1edde4895df.tar.gz
Add changes entry for trailing enum fix
-rw-r--r--CHANGES.current4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 2ed9d208a..6cd1c8ff2 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-12: vadz
+ #1566 #1584 Regression in 4.0.0 - fix missing value for first item of enums with
+ trailing comma.
+
2019-07-11: mcfarljm
#1548 #1578 Fix segfault in Doxygen parser parsing empty lines in some commands like
\code.