From ce4164b66d11bc7a4e58065d3f7196295caad48a Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 14 Jun 2020 23:09:11 +0100 Subject: Add director comparison operator fix to changes file --- CHANGES.current | 3 +++ 1 file changed, 3 insertions(+) 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==. -- cgit v1.2.1