Redact the fixing of Cache::Curried from the changelog as I didn't. Update TODO
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 15432c4..b149b5d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,9 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-        - Fix issues in Catalyst::Controller::WrapCGI, 
-          Catalyst::Plugin::Cache::Curried and any other component which
-          import (or define) their own meta method by always explicitly
-          calling Class::MOP::Object->meta inside Catalyst (t0m)
+        - Fix issues in Catalyst::Controller::WrapCGI 
+          and any other components which import (or define) their 
+          own meta method by always explicitly calling
+          Class::MOP::Object->meta inside Catalyst (t0m)
           - Add test for this (t0m)
         - Add test case for the bug which is causing the 
           Catalyst::Plugin::Authentication tests to fail (t0m)