rejig resultset construction for related_resultset
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 99a1697..fc01c30 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for DBIx::Class
+
+        - provide alias for related_resultset via local() so it's set
+          correctly at resultset construction time (fixes RestrictWithObject)
         - fixes bind params in debug statements
           (original test from abraxxa)
         - fixed storage->connected fork bug