Add pseudo-DAG support to adjacency lists.
[dbsrgits/DBIx-Class-Tree.git] / Changes
CommitLineData
87427fdb 1
2Revision history for DBIx::Class::Tree
3
40.01000
9717d3ca 5 - Removed the _grouping_clause override method.
6 - Created a TODO document.
7 - attach_child() attach_sibling() now accept more than
8 one object to attach.
c11aa533 9 - Added tests for Ordered.
10 - Renamed Positional as Ordered.
11 - Added tests for AdjacencyList.
57f04bd5 12 - Moved Positional functionality out of AdjacencyList
13 and in to AdjacencyList::Positional.
87427fdb 14 - AdjacencyList module created.
15 - First version.
16