Revision history for DBIx::Class::Tree
+0.03001 2010-04-25
- Fixed the parents (note the plural) relationship to
not have cascade_copy set by default
- Added a validation override for set_primary_key().
- Removed the _grouping_clause override method.
- Created a TODO document.
- - attach_child() attach_sibling() now accept more than
+ - attach_child() attach_sibling() now accept more than
one object to attach.
- Added tests for Ordered.
- Renamed Positional as Ordered.