X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ef75b2b386862b4bc12ed56a2aab8aff5ea19437;hb=3c5fd9cb51be006ce4d34248cd43367339ad646f;hp=6f5944a715ea6b6bd7ddb282bc4b2919975cb7e0;hpb=98277fa537fe2441d8f3439d48861387d4acfc12;p=dbsrgits%2FDBIx-Class-Tree.git diff --git a/Changes b/Changes index 6f5944a..ef75b2b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ Revision history for DBIx::Class::Tree +0.03002 2010-09-23 + - Added various docs + - Added ordered ancesors (nebulous) + +0.03001 2010-04-25 + - Fixed the parents (note the plural) relationship to + not have cascade_copy set by default + 0.03000 2009-08-18 - Removed EXPERIMENTAL flags, because after 2 years there'd be bugs if there were any serious problems. (Ian Wells) @@ -25,7 +33,7 @@ Revision history for DBIx::Class::Tree - Added a validation override for set_primary_key(). - Removed the _grouping_clause override method. - Created a TODO document. - - attach_child() attach_sibling() now accept more than + - attach_child() attach_sibling() now accept more than one object to attach. - Added tests for Ordered. - Renamed Positional as Ordered.