summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorAlec Cooper <ahnolds@gmail.com>2016-01-28 08:29:01 -0500
committerAlec Cooper <ahnolds@gmail.com>2016-02-04 21:07:40 -0500
commitba40c4a2562c935dd2846dd15cdfc55952c7b8f6 (patch)
tree45ce8c8a2bdc993c87b1879ac5192b7acd8295e8 /CHANGES.current
parent17a4143dd053eff08df8913993b15738f690c949 (diff)
downloadswig-ba40c4a2562c935dd2846dd15cdfc55952c7b8f6.tar.gz
Documentation on Python Bytes/Unicode distinction
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 2a0017822..f99e70398 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,11 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.9 (in progress)
===========================
+2016-01-27: ahnolds
+ [Python] Added support for differentiating between Python Bytes
+ and Unicode objects using by defining SWIG_PYTHON_STRICT_BYTE_CHAR
+ and SWIG_PYTHON_STRICT_UNICODE_WCHAR.
+
2016-01-27: steeve
[Go] Ensure structs are properly packed between gc and GCC/clang.