summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-04-02 20:14:51 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-04-02 20:14:51 +0100
commit9aaf4ad03cc31eb976d8bd16301286f0ac83ff4c (patch)
tree54c1388344517b29ee446efc32bacf9a6ed7ee5c /CHANGES.current
parente13e1cba9e6dd024f713821558ae084cc9dc3507 (diff)
downloadswig-9aaf4ad03cc31eb976d8bd16301286f0ac83ff4c.tar.gz
Fixes for Ruby 1.9 std::complex wrappers.
New native Ruby complex numbers are used.
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 6e3d6fb08..ac26525da 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.10 (in progress)
============================
+2013-04-02: wsfulton
+ [Ruby] Runtime fixes for std::complex wrappers for ruby-1.9 - new native Ruby complex numbers are used.
+
2013-03-30: wsfulton
[Ruby] Fix seg fault when using STL containers of generic Ruby types, GC_VALUE or LANGUAGE_OBJECT,
on exit of the Ruby interpreter. More frequently observed in ruby-1.9.