summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-19 03:52:33 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-19 03:55:26 +0000
commit01611702ec04fa70445fd2c7d37b9b312d3f7561 (patch)
tree94118fe116503d25354f9603e873c4aae743c8bc /CHANGES.current
parent291186cfaf39497a42f6ed6395ddaeb2b466ed04 (diff)
downloadswig-01611702ec04fa70445fd2c7d37b9b312d3f7561.tar.gz
Python 2 Unicode strings can be used as inputs to char * or std::string types
Requires SWIG_PYTHON_2_UNICODE to be defined when compiling generated code.
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index a0e6dfa2b..050ff54cc 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.8 (in progress)
===========================
+2015-12-19: wsfulton
+ [Python] Python 2 Unicode UTF-8 strings can be used as inputs to char * or
+ std::string types if the generated C/C++ code has SWIG_PYTHON_2_UNICODE defined.
+
2015-12-17: wsfulton
Issues #286, #128
Remove ccache-swig.1 man page - please use the CCache.html docs instead.