Release 0.08101
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 3fd86a1..3331388 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,16 @@
 Revision history for DBIx::Class
 
-               - Fix +select, +as, +columns and include_columns being stripped from
-                 ->get_columns
-        - move load_optional_class from DBIx::Class::Componentised to Class::C3::Componentised
-
-0.081000 2009-04-19 11:39:35 (UTC)
+0.08101 2009-04-27 09:45:00 (UTC)
+        - Fix +select, +as, +columns and include_columns being stripped
+          by $rs->get_column
+        - move load_optional_class from DBIx::Class::Componentised to
+          Class::C3::Componentised, bump dependency
+        - register_extra_source() now *really* fixed wrt subclassing
+        - Added missing POD descriptions (RT#45195)
+        - Fix insert() to not store_column() every present object column
+        - Multiple Makefile.PL fixes
+
+0.08100 2009-04-19 11:39:35 (UTC)
         - Todo out the register_extra_source test until after shipping
 
 0.08099_08 2009-03-30 00:00:00 (UTC)