summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-02-22 06:28:53 -0700
committerZackery Spytz <zspytz@gmail.com>2019-02-22 06:28:53 -0700
commitc3d652c785328e67d14141266e4ae6198124cc95 (patch)
tree3950f433f55964f489852e7e606b9478345fc19d /CHANGES.current
parent207d9591f908adef23b880b30c280e6b7d46dfa6 (diff)
downloadswig-c3d652c785328e67d14141266e4ae6198124cc95.tar.gz
Fix the handling of director classes with final methods
Generated SwigDirector_* classes were attempting to override methods marked as final. In addition, give a warning if the destructor of a director class is final. Closes #564.
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 492dffa6a..5bf15a778 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.0.0 (in progress)
===========================
+2019-02-22: ZackerySpytz
+ #1483 Fix compilation failures when a director class has final methods.
+
2019-02-21: wsfulton
#1240 Suppress Java 9 deprecation warnings on finalize method.