Version 0.12
[catagits/Catalyst-Plugin-Cache.git] / Changes
diff --git a/Changes b/Changes
index 3251d1e..f7879cb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,21 @@
+0.12
+        - Remove .git from MANIFEST. RT#78058
+
+0.11
+        - Convert repository to git (fREW Schmidt)
+        - Depend on Catalyst 5.8 and so lose un-declared dependencies
+          on Class::Data::Inheritable and Class::Accessor::Fast.
+          RT#74972
+
+0.10
+        - Change to Module::Install
+        - Drop test dep on ok
+        - Split requires and test_requires
+        - Fix bug when used in conjunction with ::Model::DBIC::Schema
+          Caching trait by not trying to cache the curried cache instance when
+          we don't have a request instance to cache it against
+
+0.09
         - Generate a warning if no config is specified, or config
           is specified using the old key.
         - Support the compute() method, and emulate it if the backend