c5539c1149ab26ba804d71b1bc44d32206b314c2
[dbsrgits/DBIx-Class-Tree.git] / Changes
1
2 Revision history for DBIx::Class::Tree
3
4
5     - Removed EXPERIMENTAL flags, because after 2 years there'd be bugs
6       if there were any serious problems. (Ian Wells)
7     - Fix borked tests (DBIx-Class 0.081 got rid of the loophole they used)
8       (ribasushi)
9
10 0.01000 2006-11-06
11     - Added is_leaf, is_root, and is_branch to AdjacencyList.
12     - Added a validation override for set_primary_key().
13     - Removed the _grouping_clause override method.
14     - Created a TODO document.
15     - attach_child() attach_sibling() now accept more than 
16       one object to attach.
17     - Added tests for Ordered.
18     - Renamed Positional as Ordered.
19     - Added tests for AdjacencyList.
20     - Moved Positional functionality out of AdjacencyList
21       and in to AdjacencyList::Positional.
22     - AdjacencyList module created.
23     - First version.
24