From e499b07bd0a85621d54fcfaa293b4c1a74f9150e Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Thu, 20 Mar 2014 11:21:22 +0000 Subject: [PATCH] minor corrections --- CHANGES.txt | 3 ++- README.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f6f6132..69f5b3a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,10 +5,11 @@ Release 0.2.1 ------------- * Fix TraitView parenting bug (#32) -* Fix items subscription for trait collections (#55). +* Fix items subscription for trait collections (#55 and #57). * Cleanup testing framework and improve test coverage. * Travis-CI now runs also on the latest enaml and atom versions * Test coverage is reported through Coveralls.io +* Support enaml 0.9.x Release 0.2.0 ------------- diff --git a/README.rst b/README.rst index 2f27517..aa03d3b 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ traits-enaml ============ Traits-Enaml is an extension library to facilitate interoperation of `Enaml -0.8.9` and above with `Traits` and allow a programmer to drive enaml views +0.9.x` and above with `Traits` and allow a programmer to drive enaml views using traits models, enable/chaco components and mayavi 3D scenes. References