Resurrect old dbic-tree repo
[dbsrgits/DBIx-Class-Tree.git] / Changes
CommitLineData
87427fdb 1
2Revision history for DBIx::Class::Tree
3
af9120b0 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
609f3762 100.01000 2006-11-06
74d97bdc 11 - Added is_leaf, is_root, and is_branch to AdjacencyList.
12 - Added a validation override for set_primary_key().
9717d3ca 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.
c11aa533 17 - Added tests for Ordered.
18 - Renamed Positional as Ordered.
19 - Added tests for AdjacencyList.
57f04bd5 20 - Moved Positional functionality out of AdjacencyList
21 and in to AdjacencyList::Positional.
87427fdb 22 - AdjacencyList module created.
23 - First version.
24