X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ef75b2b386862b4bc12ed56a2aab8aff5ea19437;hb=806b784d926ed529501b1b8ef27fa547bbc0c33b;hp=704e7548fb0f0cd653d27632c9a4b96b34e3986f;hpb=1dfd20a478d120b18700428d45f03e19b445bee4;p=dbsrgits%2FDBIx-Class-Tree.git diff --git a/Changes b/Changes index 704e754..ef75b2b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ 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 @@ -28,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.