summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorKarl Wette <karl.wette@ligo.org>2016-02-07 20:20:42 +0100
committerKarl Wette <karl.wette@ligo.org>2016-02-07 20:22:39 +0100
commit290e2d3a5c1195faeeacb110eb64a92f4dc6360e (patch)
tree40a544b15f193a73ca2c2eab9d332cfd123a92a7 /CHANGES.current
parent125329466d0572e7aeca247434b91ef1616d81d9 (diff)
downloadswig-290e2d3a5c1195faeeacb110eb64a92f4dc6360e.tar.gz
octave: update manual and CHANGES.current
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 9ac2a4cb0..206b6bd68 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,15 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.9 (in progress)
===========================
+2016-02-07: kwwette
+ [Octave] recognise various unary functions
+ * Use __float__() for numeric conversions, e.g. when calling double()
+ * Map various unary functions, e.g. abs() to __abs__(), see full list
+ in section 32.3.10 of manual; only available in Octave 3.8.0 or later
+
+2016-02-07: kwwette
+ [Octave] export function swig_octave_prereq() for testing Octave version
+
2016-02-06: pjohangustavsson
[C#] Fix duplicate symbol problems when linking the source generated
from multiple SWIG modules into one shared library for the -namespace