2b391c62207400cd31400c44e66fdf86b3ce3bf9
[dbsrgits/DBIx-Class-Tree.git] / Changes
1
2 Revision history for DBIx::Class::Tree
3
4 0.01000 2006-11-06
5     - Added is_leaf, is_root, and is_branch to AdjacencyList.
6     - Added a validation override for set_primary_key().
7     - Removed the _grouping_clause override method.
8     - Created a TODO document.
9     - attach_child() attach_sibling() now accept more than 
10       one object to attach.
11     - Added tests for Ordered.
12     - Renamed Positional as Ordered.
13     - Added tests for AdjacencyList.
14     - Moved Positional functionality out of AdjacencyList
15       and in to AdjacencyList::Positional.
16     - AdjacencyList module created.
17     - First version.
18