summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-10-12 00:16:05 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-10-12 00:16:05 +0100
commit049d50fe919f21aaf324e8590b7b1ea671aedcb0 (patch)
treeea0ccf2f858b2ab40067c701584aa850ab8ec84b
parentb17456e617f972a0af39abd0650dd0fe142920ba (diff)
downloadswig-049d50fe919f21aaf324e8590b7b1ea671aedcb0.tar.gz
Add C++11 to changes file
-rw-r--r--CHANGES.current5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index edd39af31..1b58c6592 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)
============================
+2013-10-12: wsfulton
+ Merge in C++11 support from the gsoc2009-matevz branch where Matevz Jekovec first
+ started the C++0x additions. Documentation of the C++11 features supported is in a
+ new Chapter of the documentation, "SWIG and C++11" in Doc/Manual/CPlusPlus11.html.
+
2013-10-04: wsfulton
Fix %naturalvar not having any affect on templated classes instantiated with an
enum as the template parameter type. Problem reported by Vadim Zeitlin.