From ade36c6dddb7b98b1b0d0f2a3bbd0ee37f21d4ae Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 21 Dec 2018 14:47:36 -0800 Subject: [PATCH] Move new item to end of list, and fixed typos (cherry picked from commit f4984db1b559ceaaa665ae9ca7298877138a9070) --- CHANGES.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3fc4cef9..eb01e7c4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,11 +18,6 @@ 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) @@ -151,6 +146,11 @@ Changes in this release include the following: redirect output parameter. (#1068) This is a backwards-incompatible change, please see the Migration Guide for details. +* TabNavigatorWindow works similarly to other programs now. It's resizable and + draggable so if user has ton of files with long names, it isn't an irritation + anymore plastered right in the middle of the screen and can't be worked with + easily and ESC now cancels the popup with a proper returnId. (#1096) +