this makes 0.06
[catagits/Catalyst-Plugin-Cache.git] / Changes
diff --git a/Changes b/Changes
index ca7d8b4..efc2e8e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,17 @@
+0.06
+        - clarify the documentation on how to configure a backend
+        - due to stacked evals, certain start up errors were quietly
+          ignored until the first cache hit. These start up errors
+          now correctly manifest themselves at start up time.
+0.05
+        - change base class order to appease Class::C3
+
+0.04
+        - ???
+
+0.03
+        - Be more compatible with ->set() convention of passing expiry
+
 0.02
         - Pass around a hash ref instead of a list of kvp.