Fix RT 47449 by adding missing dep on Catalyst::Helper for tests.
[catagits/Catalyst-Model-DBIC-Schema.git] / Changes
diff --git a/Changes b/Changes
index 4d6eb4e..c07873f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,13 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+0.26  As yet unreleased
+    - Fix missing dep on Catalyst::Helper that made tests fail (RT 47449)
+
 0.25  Fri Jun 19 08:35:38 PDT 2009
        - fix dep on Tie::IxHash that made tests fail
        - add more attributes to ::Replicated trait
-        - Fixed infinte loop if SQLite connect_info has only a DSN (dandv, RT #47101)
+        - fixed infinte loop in helper 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