From ece0a1ea6d41b8a6f2beb60c0db8f6b12fc67a57 Mon Sep 17 00:00:00 2001 From: Jonathan Rocher Date: Tue, 3 Dec 2013 15:15:06 -0600 Subject: [PATCH] Added details in CHANGES.txt. --- CHANGES.txt | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f51f76725..1b4e3ccb9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,7 +4,23 @@ Pyface Changelog Release 4.4.0 ------------- -The biggest change in this release is support for the new adaptation mechanism -in Traits 4.4.0. This release also includes Tasks support for Enaml 0.8. -Other than that, there are a number of other minor changes, improvements and -bugfixes. +This is a bug fix release. The biggest change in this release is support for the new adaptation +mechanism in Traits 4.4.0. + + +Change summary since 4.3.0 +-------------------------- + +New features + + * Support Enaml 0.8 (PR#92) + +Enhancements + + * Improvements to SplitEditorAreaPane (PR#83). + +Fixes + + * Fixed split editor area pane focus (PR#89). + * Fixed bug when a VSplitter contains an HSplitter (PR#88, issue#87) +