Release 0.08101 v0.08101
Peter Rabbitson [Mon, 27 Apr 2009 09:11:15 +0000 (09:11 +0000)]
Changes
lib/DBIx/Class.pm

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)
index c0792aa..26b473d 100644 (file)
@@ -24,7 +24,7 @@ sub component_base_class { 'DBIx::Class' }
 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
 # brain damage and presumably various other packaging systems too
 
-$VERSION = '0.08100';
+$VERSION = '0.08101';
 
 $VERSION = eval $VERSION; # numify for warning-free dev releases