summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorAlec Cooper <ahnolds@gmail.com>2016-01-25 12:47:03 -0500
committerAlec Cooper <ahnolds@gmail.com>2016-02-04 15:29:13 -0500
commite67b9d00a4783145002cab05ef845adf8d8b67e0 (patch)
treef8b670dba06ba402446cfb1cef32c01461680c7a /CHANGES.current
parentacbe04b5482c2048f7ed96a87d2baeaee7144bbc (diff)
downloadswig-e67b9d00a4783145002cab05ef845adf8d8b67e0.tar.gz
Updating changelog and marking -classic as passing CI
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 2a0017822..34ed0c8e5 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -8,6 +8,18 @@ Version 3.0.9 (in progress)
2016-01-27: steeve
[Go] Ensure structs are properly packed between gc and GCC/clang.
+2016-01-25: ahnolds
+ [Python] Support the full Python test suite in -classic mode
+ * Convert long/unsigned long/long long/unsigned long long to PyInt
+ rather than PyLong when possible. Certain python functions like
+ len() require a PyInt when operating on old-style classes.
+ * Add support for static methods in classic mode, including support
+ for pythonappend, pythonprepend, and docstrings.
+ * Removing the use of __swig_getmethods__ for static member methods
+ since they will always be found by the standard argument lookup
+ * Fix a bug where the wrong type of exception was caught when
+ checking for new-style class support
+
2016-01-23: ahnolds
[Go] Enable support for the Go test-suite on OSX:
* The linker on OSX requires that all symbols (even weak symbols)