summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-12-23 16:25:50 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-12-23 16:25:50 +0000
commit70837bbc2638ec18bd07d333c6e474c89f4ce695 (patch)
tree84e7553d0957d120b536a6c0ef75ac34e1473416 /CHANGES.current
parentb13f584258079dd88a4ca87412b87ac4464686df (diff)
downloadswig-70837bbc2638ec18bd07d333c6e474c89f4ce695.tar.gz
Fix syntax error parsing variadic template parameter pack arguments
that are function pointers Issue #1863
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 adb4053d7..53c1b73cb 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-23: wsfulton
+ #1863 Fix syntax error parsing variadic template parameter pack arguments that
+ are function pointers.
+
2022-12-22: wsfulton
Complete support for C++11 variadic templates. Support was previously limited
to just one template parameter. Now zero or more template parameters are supported.