summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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==.