EXPERIMENTAL Release v0.08241
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 2812b1a..877fb10 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Revision history for DBIx::Class
 
+0.08241-TRIAL (EXPERIMENTAL BETA RELEASE) 2013-02-20 11:97 (UTC)
+    * New Features / Changes
+        - Revert to passing the original (pre-0.08240) arguments to
+          inflate_result() and remove the warning about ResultClass
+          inheritance.
+        - Optimize the generated rowparsers even more - no user-visible
+          changes.
+        - Emit a warning on incorrect use of nullable columns within a
+          primary key
+
 0.08240-TRIAL (EXPERIMENTAL BETA RELEASE) 2013-02-14 05:56 (UTC)
     * New Features / Changes
         - Rewrite from scratch the result constructor codepath - many bugfixes