fix $rs->populate([]) to be a no-op rather than an exception
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index d8613d7..9d03176 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@ Revision history for DBIx::Class
 
     * Fixes
         - Fix spurious test failures caused by use of Data::Compare
+        - Fix $rs->populate([]) to be a no-op rather than an exception
 
 0.08193 2011-07-14 17:00 (UTC)
     * New Features / Changes