summaryrefslogtreecommitdiff
path: root/RELEASENOTES
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-09-29 17:51:02 +1300
committerOlly Betts <olly@survex.com>2022-01-25 14:09:41 +1300
commitf2de21eb8382f755299bea04b18e2fd8648fddc1 (patch)
tree7e40df0bf10c909d0c31e3addcb1087c89fb4769 /RELEASENOTES
parent017900d57edd5cc516aedb56d3bff834aeee2eca (diff)
downloadswig-f2de21eb8382f755299bea04b18e2fd8648fddc1.tar.gz
Parse common cases of `<` and `>` comparisons
Adding full support for these in expressions seems hard to do without introducing conflicts into the parser grammar, but in fact all reported cases have had parentheses around the comparison and we can support that with a few restrictions on the left side of `<`. Fixes #80 and #635. Also https://sourceforge.net/p/swig/bugs/1139/
Diffstat (limited to 'RELEASENOTES')
-rw-r--r--RELEASENOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index 3a596dd46..1fedffc8a 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -11,6 +11,8 @@ SWIG-4.1.0 summary:
- Add PHP 8 support.
- PHP wrapping is now done entirely via PHP's C API - no more .php wrapper.
- Perl 5.8.0 is now the oldest version SWIG supports.
+- Common cases of `<` and `>` comparisons in constant expressions are now
+ supported.
- GitHub Actions is now used instead of Travis CI for continuous integration.
SWIG-4.0.2 summary: