summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2016-02-17 14:19:08 +1300
committerOlly Betts <olly@survex.com>2016-02-17 14:19:08 +1300
commit611bbe7ddfc5ced88a10b72fd276ca9b1951c0c6 (patch)
tree95aee4936ea308ccd50f3e6daa1c1610fdb92756 /CHANGES.current
parentc2228de09662bd1a22f9966edf7a4879d3ce5d84 (diff)
downloadswig-611bbe7ddfc5ced88a10b72fd276ca9b1951c0c6.tar.gz
[Python] Add missing keywords 'as' and 'with' to pythonkw.swg.
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 206b6bd68..37d85a816 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,9 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.9 (in progress)
===========================
+2016-02-17: olly
+ [Python] Add missing keywords 'as' and 'with' to pythonkw.swg.
+
2016-02-07: kwwette
[Octave] recognise various unary functions
* Use __float__() for numeric conversions, e.g. when calling double()