fix regex stringification test for perl 5.14 (RT#68098)
[catagits/Catalyst-Model-DBIC-Schema.git] / Changes
diff --git a/Changes b/Changes
index 126f875..5df8166 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,19 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+        - fix regex stringification test for perl 5.14 (RT#68098)
+
+0.48  Thu Dec  9 21:08:33 UTC 2010
+        - fix usage of Try::Tiny in helper
+
+0.47  Wed Dec  8 22:21:06 UTC 2010
+        - fix loader version check
+
+0.46  Wed Dec  8 13:35:28 UTC 2010
+        - make use_moose detection more robust
+
+0.45  Wed Dec  8 12:05:58 UTC 2010
+        - fix bug where non-result files were picked up for Moose check
+
 0.44  Tue Dec  7 03:50:48 UTC 2010
         - do not upgrade non-Moose schemas to use_moose=1 (RT#60558)
         - added col_collision_map => 'column_%s' as default loader option