summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-02 22:50:09 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-05-02 22:50:09 +0100
commit3efdbc8f2ecffaea67ac461df65212d930f641c3 (patch)
tree756d5cfb49fc1c985dab7b39e880a16af16cedaa /CHANGES.current
parente28b7f1fcf2e40b2ac47ac1e41add59f8debdb83 (diff)
downloadswig-3efdbc8f2ecffaea67ac461df65212d930f641c3.tar.gz
Don't issue unnecessary base class ignored message
Don't warn about base class being ignored when the derived class is itself ignored. Closes #669
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 1627a09ec..7985f238d 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.9 (in progress)
===========================
+2016-05-02: wsfulton
+ Fix #669. Don't issue warning about ignoring base classes when the derived class is
+ itself ignored.
+
2016-04-18: ianlancetaylor
[Go] Fix use of goout typemap when calling base method by
forcing the "type" attribute to the value we need.