Renamed Positional to Ordered and added tests for Ordered.
[dbsrgits/DBIx-Class-Tree.git] / Changes
diff --git a/Changes b/Changes
index 8909281..934f4aa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@
 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.
     - First version.