A bunch of tweaks inspired by comments from Dave Howorth.
[dbsrgits/DBIx-Class-Tree.git] / Changes
diff --git a/Changes b/Changes
index 934f4aa..e2d3a71 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@
 Revision history for DBIx::Class::Tree
 
 0.01000
+    - 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.