Fixed infinte loop if SQLite connect_info has only a DSN (RT #47101)
[catagits/Catalyst-Model-DBIC-Schema.git] / Changes
diff --git a/Changes b/Changes
index f878cc8..bf937f4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,21 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+        - Fixed infinte loop if SQLite connect_info has only a DSN (dandv, RT #47101)
+
+0.24  Tue Jun 16 06:18:58 PDT 2009
+        - Add tests for issues with Class::C3 which are caused to
+          applications which use new Catalyst but old DBIC, and have
+          use Class::C3 in the MyApp class (t0m)
+        - die on empty schema
+        - create=dynamic deprecation warning
+        - helper passes loader opts to dynamic schemas
+        - conversion to Moose
+        - cursor caching support (via
+          Catalyst::TraitFor::Model::DBIC::Schema::Caching)
+        - ::Storage::Replicated support (via ::Replicated trait)
         - switch to hashref connect_info for DBIC 8100
-        - better helper option parsing
-        - pass loader opts to dynamic schemas
-        - cursor caching support for model
+        - better helper option parsing, with support for more options
+        - more tests
 
 0.23  Sun Mar  8 20:30:02 GMT 2009
         - Kill a couple of warnings (one due to MRO::Compat)
@@ -93,5 +105,3 @@ Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
 0.04  Mon Feb 13 04:22:49 UTC 2006
         - First public release
-
-0.23  2009-03-04 18:18:11