X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=934f4aafccb62ff7df202411c6c856d9970af19a;hb=c11aa53357f070e01ccb36fd0a9d7825a5f32b44;hp=100c94c7e918a0da0abd77c031fd21693ed514bc;hpb=8295812709d2b2fdc8dba6d448d5fa58011c4166;p=dbsrgits%2FDBIx-Class-Tree.git diff --git a/Changes b/Changes index 100c94c..934f4aa 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for DBIx::Class::Tree 0.01000 + - Added tests for Ordered. + - Renamed Positional as Ordered. + - Added tests for AdjacencyList. - Moved Positional functionality out of AdjacencyList and in to AdjacencyList::Positional. - AdjacencyList module created.