feature doc map
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index b0e0a2a..8b9c106 100644 (file)
--- a/Changes
+++ b/Changes
@@ -20,6 +20,8 @@ Revision history for DBIx::Class
         - $rs->pager now uses a lazy count to determine the amount of
           total entries only when really needed, instead of doing it
           at instantiation time
+        - New documentation map organized by features
+          (DBIx::Class::Manual::Features)
 
     * Fixes
         - Fix memory leak during populate() on 5.8.x perls