optimized is_leaf to not trigger another query if the children releationship is prefe...
[dbsrgits/DBIx-Class-Tree.git] / Changes
diff --git a/Changes b/Changes
index ef75b2b..8cdbe24 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 
 Revision history for DBIx::Class::Tree
 
+    - Optimized is_leaf to not trigger another query if the children
+      releationship is prefetched
+
 0.03002 2010-09-23
     - Added various docs
     - Added ordered ancesors (nebulous)