summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-03-01 23:14:53 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-03-01 23:14:53 +0000
commitbff805dae562bb64a0d6322808808c4c5a68eeb0 (patch)
treeb094964522bc3465312a306cea4c059b70e007e3 /CHANGES.current
parente74876f1b828b6c883ef9f6a6088eed8651cf840 (diff)
parent69f9509c2bb973071a97af3cb21fda2866848cd0 (diff)
downloadswig-bff805dae562bb64a0d6322808808c4c5a68eeb0.tar.gz
Merge branch 'ignore-empty-doxygen-commands'
* ignore-empty-doxygen-commands: Fix incorrect warning "Unknown Doxygen command: ." Don't use invalid iterators in Doxygen command parsing code Conflicts: CHANGES.current
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index c5400b381..cf0fcd142 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
+2021-03-01: vadz
+ #1952 Fix incorrect warning "Unknown Doxygen command: ."
+
2021-02-28: p2k
#969 [Javascript] v8/node - prevent crash calling a constructor without new keyword.