4ccc0d34028ba785092252569453837b5866dd56
[catagits/Catalyst-Plugin-Cache.git] / Changes
1         - Generate a warning if no config is specified, or config
2           is specified using the old key.
3 0.08
4         - Forgot to add MRO::Compat to Makefile.PL, fail.
5
6 0.07
7         - Switch from NEXT to MRO::Compat.
8         - Change config key from 'cache' to 'Plugin::Cache', old key
9           is still supported for backwards compatibility, but the new
10           key is preferred (RT#40344).
11
12 0.06
13         - clarify the documentation on how to configure a backend
14         - due to stacked evals, certain start up errors were quietly
15           ignored until the first cache hit. These start up errors
16           now correctly manifest themselves at start up time.
17 0.05
18         - change base class order to appease Class::C3
19
20 0.04
21         - ???
22
23 0.03
24         - Be more compatible with ->set() convention of passing expiry
25
26 0.02
27         - Pass around a hash ref instead of a list of kvp.
28
29 0.01
30         - Initial release