forked from enthought/traits-enaml
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
Traits-Enaml CHANGELOG | ||
====================== | ||
|
||
Release 0.2.1 | ||
------------- | ||
|
||
* Fix TraitView parenting bug (#32) | ||
* Fix items subscription for trait collections (#). | ||
* 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 | ||
|
||
Release 0.2.0 | ||
------------- | ||
|
||
Support enaml 0.8.x | ||
Better test framework including enaml and gui testing helpers | ||
Basic documentation | ||
Integrate with Travis-CI | ||
* Support enaml 0.8.x | ||
* Better test framework including enaml and gui testing helpers | ||
* Basic documentation | ||
* Integrate with Travis-CI |