summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-05-06 13:50:00 +1200
committerOlly Betts <olly@survex.com>2023-05-06 13:50:00 +1200
commit87690113cd3883e25a8d7040054d008fccf9b5c2 (patch)
tree1533be7011a5d3170e9316da2ce684d194cbefed
parente848e7980d3befa77cf3b2cdde2ca5ea129afa78 (diff)
downloadswig-87690113cd3883e25a8d7040054d008fccf9b5c2.tar.gz
Add #366 reference to fix for #1037
-rw-r--r--CHANGES.current4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 23cb2e33b..0fd067f06 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -324,8 +324,8 @@ Version 4.2.0 (in progress)
See 'Type Inference' in CPlusPlus.html for workarounds.
2022-11-22: wsfulton
- #1037 Fix seg fault handling template parameter expressions containing '<='
- or '>='.
+ #366 #1037 Fix seg fault handling template parameter expressions
+ containing '<=' or '>='.
2022-11-18: wsfulton
Duplicate class template instantiations via %template now issue a warning and are ignored.