summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-03-12 16:48:37 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-03-12 16:48:37 +0000
commit77cd446a53e229f00c45207594209706cc56e8ca (patch)
tree1ae7aba6b4ec9009bfccd0aed98ae51890e3253a /CHANGES.current
parentcb131bfeb9a32ce8044cda22c0637a48d766ff80 (diff)
downloadswig-77cd446a53e229f00c45207594209706cc56e8ca.tar.gz
remove debugging info from shared_ptr typemaps
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10302 626c5289-ae23-0410-ae9c-e8d60b6d4f22
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 ad8321e73..fe81e30f6 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -1,6 +1,9 @@
Version 1.3.35 (in progress)
============================
+03/12/2008: wsfulton
+ [Python] Remove debugging info when using shared_ptr support
+
03/06/2008: mgossage
[Lua] Updated documentation for Lua exceptions.
Added Examples/lua/exception and Examples/lua/embed2.