Not really very (EXPERIMENTAL) any more
[dbsrgits/DBIx-Class-Tree.git] / Changes
diff --git a/Changes b/Changes
index 934f4aa..efee9ea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,21 @@
 
 Revision history for DBIx::Class::Tree
 
-0.01000
+
+    - 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().
+    - Removed the _grouping_clause override method.
+    - Created a TODO document.
+    - attach_child() attach_sibling() now accept more than 
+      one object to attach.
     - Added tests for Ordered.
     - Renamed Positional as Ordered.
     - Added tests for AdjacencyList.