X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=efee9eafef2d9a1e6019f151b9f5c561f6331287;hb=af9120b08177e0549800dbadc963302d73f1e48f;hp=2b391c62207400cd31400c44e66fdf86b3ce3bf9;hpb=609f3762041d091605655b61642f5a70c4e9911b;p=dbsrgits%2FDBIx-Class-Tree.git diff --git a/Changes b/Changes index 2b391c6..efee9ea 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ Revision history for DBIx::Class::Tree + + - Removed EXPERIMENTAL flags, because after 2 years there'd be bugs + if there were any serious problems. (Ian Wells) + - Fix borked tests (DBIx-Class 0.081 got rid of the loophole they used) + (ribasushi) + +[missing 0.02000] + 0.01000 2006-11-06 - Added is_leaf, is_root, and is_branch to AdjacencyList. - Added a validation override for set_primary_key().