Add dist files (MANIFEST, META.yml, Makefile.pl, etc).
[dbsrgits/DBIx-Class-Tree.git] / Changes
CommitLineData
87427fdb 1
2Revision history for DBIx::Class::Tree
3
609f3762 40.01000 2006-11-06
74d97bdc 5 - Added is_leaf, is_root, and is_branch to AdjacencyList.
6 - Added a validation override for set_primary_key().
9717d3ca 7 - Removed the _grouping_clause override method.
8 - Created a TODO document.
9 - attach_child() attach_sibling() now accept more than
10 one object to attach.
c11aa533 11 - Added tests for Ordered.
12 - Renamed Positional as Ordered.
13 - Added tests for AdjacencyList.
57f04bd5 14 - Moved Positional functionality out of AdjacencyList
15 and in to AdjacencyList::Positional.
87427fdb 16 - AdjacencyList module created.
17 - First version.
18