From b48872f4727972329b7fccd7786fc09f17ac14dd Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 13 Apr 2019 13:56:39 -0700 Subject: [PATCH] ChangeLog it --- CHANGES.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a1e742fe..35282f14 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -30,7 +30,10 @@ Changes in this release include the following: * Fix the use of the output parameter in HtmlWindow.OnOpeningURL the same way it was fixed in HtmlWindowInterface.OnHTMLOpeningURL. (#1068) - + +* Fixed a crashing bug when using a member of a transient wx.VisualAttributes + object. Also set the attributes to be read-only to simplify the fix. (#1198). +