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