diff --git a/CHANGES.rst b/CHANGES.rst index a49ebd1b..3fc4cef9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,6 +18,11 @@ Pip: ``pip install wxPython==4.0.4`` Changes in this release include the following: +* TabNavigatorWindow works similarly like other programs now. Its resizable and + draggable so if user has ton of files with long names, it isnt an irritation + anymore plastered right in the middle of the screen and cant be worked with + easily and Esc now cancels the popup with a proper returnId. (#1096) + * Fixed an issue where wx.lib.intctrl would erroneously attempt to use ``long`` on Python3. (#898)