bump sqlite dep
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index d04a54d..fc01c30 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 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
+          (test and fix from Radu Greab)
+        - add 1; to AccessorGroup.pm for stuff that still uses it
         - refactor Statistics to create debugging filehandle to fix bug with
           closed STDERR, update docs and modify Versioned to use Statistics
           (original fix from diz)