summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-02-06 20:02:05 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-02-06 20:02:05 +0000
commitb457f8f290528368b21ef8e3ab28528446ef280c (patch)
tree3b037e1940cfcd59df60d2e84eb920fffc83535d /CHANGES.current
parent09bdc5f35380d3f5b3bc41ebcc9f0a2d73ec1360 (diff)
downloadswig-b457f8f290528368b21ef8e3ab28528446ef280c.tar.gz
Changes entry for guile non-ascii strings fix
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 c76a0c19f..7c257dfde 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.0 (in progress)
============================
+2014-02-06: gjanssens
+ [Guile] Patch #133. Make scm to string conversion work with non-ascii strings.
+ Guile 2 has a completely rewritten string implementation. SWIG made some assumptions
+ that are no longer valid as to the internals of guile's string representation.
+
2014-01-30: wsfulton
[C#] Add new swigtype_inout.i library containing SWIGTYPE *& OUTPUT typemaps.