X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=2b391c62207400cd31400c44e66fdf86b3ce3bf9;hb=609f3762041d091605655b61642f5a70c4e9911b;hp=100c94c7e918a0da0abd77c031fd21693ed514bc;hpb=57f04bd5f86029d4cf03f42e31dd5a307619f04c;p=dbsrgits%2FDBIx-Class-Tree.git diff --git a/Changes b/Changes index 100c94c..2b391c6 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,16 @@ Revision history for DBIx::Class::Tree -0.01000 +0.01000 2006-11-06 + - Added is_leaf, is_root, and is_branch to AdjacencyList. + - 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 + one object to attach. + - Added tests for Ordered. + - Renamed Positional as Ordered. + - Added tests for AdjacencyList. - Moved Positional functionality out of AdjacencyList and in to AdjacencyList::Positional. - AdjacencyList module created.