summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2013-08-24 08:40:08 +1200
committerOlly Betts <olly@survex.com>2013-08-24 08:40:08 +1200
commit628b4710e5309379475f55c95a42e1cf21c9be87 (patch)
tree90aea72616f5d9e02cc0f1edd82f7eb447df9ff9 /CHANGES.current
parentb477cb66be5739a0acc2c2de15e988187971ce40 (diff)
downloadswig-628b4710e5309379475f55c95a42e1cf21c9be87.tar.gz
[Python] Fix clang++ warning in generated wrapper code.
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 cc2ce897d..584d5c3a2 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,9 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 2.0.11 (in progress)
============================
+2013-08-23: olly
+ [Python] Fix clang++ warning in generated wrapper code.
+
2013-08-07: wsfulton
[Python] SF Patch #326 from Kris Thielemans - Remove SwigPyObject_print and SwigPyObject_str and
make the generated wrapper use the default python implementations, which will fall back to repr