From d1a59375cb2fc72c05bbf628d75d84edf73472cc Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 30 Jul 2018 15:38:55 -0700 Subject: [PATCH] update comment about wxWidgets assertions (cherry picked from commit c9dd35ef5e4eb9229e2df21beee6bd658cf840be) --- CHANGES.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 56266104..5aa4c7e3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -71,8 +71,9 @@ Changes in this release include the following: wx.Choicebook.GetChoiceCtrl. (#918) * Removed the wx.BookCtrlBase.RemovePage workaround as it was causing problems - and doesn't seem to be necessary any more. The wxWidgets assertions are catching - the out of range error just fine. (#888) + and doesn't seem to be necessary any more. The existing wxWidgets assertions + are catching the out of range error just fine, however if wxWidgets was built + without the debug helpers turned on then it could still cause a crash. (#888) * 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