Add director comparison operator fix to changes file

This commit is contained in:
William S Fulton 2020-06-14 23:09:11 +01:00
commit ce4164b66d

View file

@ -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==.