From 45f9d652fd8ad2ed0132c0f585e7fcfbc4c87c91 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 3 Jul 2018 20:41:33 -0700 Subject: [PATCH] Move changelog entry to the correct section --- CHANGES.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8b0075b5..5752695a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,7 +24,10 @@ Changes in this release include the following: * Include the MSVC runtime DLLs for Python 3.7 builds too. * Added a dependency on the Pillow package since it's used in some wx.lib.agw - modules. (#908) + modules. (PR #908) + +* Add flag to hide page in wx.lib.agw.aui.notebook. (#895) + @@ -59,7 +62,7 @@ Changes in this release include the following: * Fixed issue when sys.prefix is not unicode (Python2) and when its contents are not translatable to utf-8. -* Add flag to hide page in notebook. (#895) + 4.0.2 "Cute as a June bug!"