summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2020-06-14 23:09:11 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2020-06-14 23:09:11 +0100
commitce4164b66d11bc7a4e58065d3f7196295caad48a (patch)
tree7c88f53fcb1bbf794373c3371d9cbff57b415070
parentee7eb6b58a48b9e2058295801503431728334b43 (diff)
downloadswig-ce4164b66d11bc7a4e58065d3f7196295caad48a.tar.gz
Add director comparison operator fix to changes file
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index a82db8b04..01186095f 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,3 +7,6 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
+2020-06-14: ZackerySpytz
+ #1642 #1809 Fix virtual comparison operators in director classes - remove incorrect
+ space in the function name, for example, operator= = is now operator==.