From 76e46785c1ebad3cdc690f4577ed9dc0e6e7f084 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 18 Jul 2018 10:54:22 -0700 Subject: [PATCH] Changelog --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index dbb32a3f..6c90ab2e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -38,6 +38,12 @@ Changes in this release include the following: * Fix the object ownership transfer for wx.Menu.Insert() (#931) +* Reverted the changes which removed the content of the wx.lib.pubsub package + and encouraged users to switch to the real PyPubSub package instead. Removing + it caused more issues than were expected so it has been restored and the code + updated to PyPubSub v3.3.0. Version 4.0.0 is available upstream, but it is not + compatible with Python 2.7. (#932) +