From a36ee4ec4d8b73d7dddfb8a70163e8ce98a5f4e3 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 15 Aug 2014 17:54:41 +0600 Subject: [PATCH] Hello v0.0.8 --- CHANGES.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index fd57b3a..d6b2e60 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,21 @@ +0.0.8 (2014-08-15) +================== + +- Add CONTRIBUTORS.txt + +Features +-------- + +- Automatically register tree classes enhancement (#28) +- Added support polymorphic tree models (#24) + +Bug Fixes +--------- + +- Fix expire left/right attributes of parent somewhen after the `before_insert` event (#30) +- Fix tree_id is incorrectly set to an existing tree if no parent is set (#23) +- Fix package is not installable if sqlalchemy is not (yet) installed (#22) + 0.0.7 (2014-08-04) ==================