From 59d12ac4f819a67b40a1c5371dc63aaba3ddf106 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Mon, 23 Mar 2015 10:14:45 +0000 Subject: [PATCH] Update changelog to contain all changes since 4.4.0. --- CHANGES.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 998c2f392..d1ee83962 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,11 +7,19 @@ Enable 4.5.0 Enhancements ------------ - * Added a base class for drag and drop tools, example and test support. + * PR #138: Optional constraints-based layout. + * PR #140: Add a base class for drag and drop tools, example and test support. + * PR #150: Add a very basic Image component * PR #160: Basic testing for kiva backends. * PR #168: Simple push-button and checkbox tool. - * PR #167: Added tools that support Apptools Undo/Redo. + * PR #167: Add tools that support Apptools Undo/Redo. +Fixes +----- + + * PR#139 Significant code clean-up, modernization, test improvement and + documentation for Kiva. + * Multiple fixes for breaks to Travis-CI builds. Enable 4.4.0 (May 1, 2014) ==========================