Renamed Positional to Ordered and added tests for Ordered.
[dbsrgits/DBIx-Class-Tree.git] / Changes
diff --git a/Changes b/Changes
index 100c94c..934f4aa 100644 (file)
--- 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.