summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-02-26 21:10:53 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-02-26 21:11:58 +0000
commit136692d2b07541e3fc8f33791435029a217279cb (patch)
tree0cd464547fc54ff32ce7ed91ee7ebfd069c158d1
parent622fa2818b65d06a6ed700156952b34437511efe (diff)
downloadswig-136692d2b07541e3fc8f33791435029a217279cb.tar.gz
changes file tweak
-rw-r--r--CHANGES.current8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 2f6185581..2563749a2 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -43,15 +43,17 @@ Version 4.1.0 (in progress)
2022-02-21: davidcl
[Scilab] Improve 5.5.2, 6.0.0 and 6.1.0 support.
- The `-targetversion` option has been removed as the generated code
- now detects the Scilab version in loader.sce or builder.sce.
-
For Scilab 5, long names are reduced to small names preserving the
class prefix and accessor suffix (get or set).
For Scilab 6, long names with the class prefix and accessor suffix
should be used on the user code.
+ The `-targetversion` option has been removed as the generated code
+ now detects the Scilab version in loader.sce or builder.sce.
+
+ *** POTENTIAL INCOMPATIBILITY ***
+
2022-02-20: wsfulton
Fix %warnfilter warning suppress for warning 315 SWIGWARN_PARSE_USING_UNDEF.