Not really very (EXPERIMENTAL) any more
[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
10[missing 0.02000]
11
609f3762 120.01000 2006-11-06
74d97bdc 13 - Added is_leaf, is_root, and is_branch to AdjacencyList.
14 - Added a validation override for set_primary_key().
9717d3ca 15 - Removed the _grouping_clause override method.
16 - Created a TODO document.
17 - attach_child() attach_sibling() now accept more than
18 one object to attach.
c11aa533 19 - Added tests for Ordered.
20 - Renamed Positional as Ordered.
21 - Added tests for AdjacencyList.
57f04bd5 22 - Moved Positional functionality out of AdjacencyList
23 and in to AdjacencyList::Positional.
87427fdb 24 - AdjacencyList module created.
25 - First version.
26