Not really very (EXPERIMENTAL) any more
[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 [missing 0.02000]
11
12 0.01000 2006-11-06
13     - Added is_leaf, is_root, and is_branch to AdjacencyList.
14     - Added a validation override for set_primary_key().
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.
19     - Added tests for Ordered.
20     - Renamed Positional as Ordered.
21     - Added tests for AdjacencyList.
22     - Moved Positional functionality out of AdjacencyList
23       and in to AdjacencyList::Positional.
24     - AdjacencyList module created.
25     - First version.
26