aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2013-12-12 15:39:10 +1300
committerOlly Betts <olly@survex.com>2013-12-12 15:40:15 +1300
commitcecd89f66f7d8e7949323358d37b78ddbf268c76 (patch)
tree8021e3e2a0a3b5369c8afb626b984cbb0aaced57 /CHANGES.current
parentc6e4dea5722eac4319306a2d09c119e312848dc8 (diff)
downloadswig-cecd89f66f7d8e7949323358d37b78ddbf268c76.tar.gz
[PHP] The usage of $input in PHP directorout typemaps has been
changed to be consistent with other languages. The typemaps provided by SWIG have been updated accordingly, but if you have written your own directorout typemaps, you'll need to update $input to &$input (or make equivalent changes). *** POTENTIAL INCOMPATIBILITY ***
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 a4d12239d..597a0e853 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.0 (in progress)
============================
+2013-12-12: olly
+ [PHP] The usage of $input in PHP directorout typemaps has been
+ changed to be consistent with other languages. The typemaps
+ provided by SWIG have been updated accordingly, but if you
+ have written your own directorout typemaps, you'll need to
+ update $input to &$input (or make equivalent changes).
+
+ *** POTENTIAL INCOMPATIBILITY ***
+
2013-11-27: vadz
[C#, Java, Python] Add std_auto_ptr.i defining typemaps for returning std::auto_ptr<>.