From 9d14d926867e9e05901bef8db163e97b281801ad Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 14 Oct 2020 18:13:13 -0700 Subject: [PATCH] Add changelog entry --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index eb3b953b..7edea6d0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -74,6 +74,11 @@ New and improved in this release: compared to the original IE 11 backend. Using this backed requires that a new-ish version of the Edge browser is installed on the end user's computer. +* Added the wx.Image.ConvertToRegion method. This lets you create a wx.Image + from an image and a specified color or the mask if the image has one. This + was done to workaround a bug in wxMac, but it seems worthwhile enough to keep + it around. +