10.12
2        - Remove .git from MANIFEST. RT#78058
3
40.11
5        - Convert repository to git (fREW Schmidt)
6        - Depend on Catalyst 5.8 and so lose un-declared dependencies
7          on Class::Data::Inheritable and Class::Accessor::Fast.
8          RT#74972
9
100.10
11        - Change to Module::Install
12        - Drop test dep on ok
13        - Split requires and test_requires
14        - Fix bug when used in conjunction with ::Model::DBIC::Schema
15          Caching trait by not trying to cache the curried cache instance when
16          we don't have a request instance to cache it against
17
180.09
19        - Generate a warning if no config is specified, or config
20          is specified using the old key.
21        - Support the compute() method, and emulate it if the backend
22          doesn't have it.
23
240.08
25        - Forgot to add MRO::Compat to Makefile.PL, fail.
26
270.07
28        - Switch from NEXT to MRO::Compat.
29        - Change config key from 'cache' to 'Plugin::Cache', old key
30          is still supported for backwards compatibility, but the new
31          key is preferred (RT#40344).
32
330.06
34        - clarify the documentation on how to configure a backend
35        - due to stacked evals, certain start up errors were quietly
36          ignored until the first cache hit. These start up errors
37          now correctly manifest themselves at start up time.
380.05
39        - change base class order to appease Class::C3
40
410.04
42        - ???
43
440.03
45        - Be more compatible with ->set() convention of passing expiry
46
470.02
48        - Pass around a hash ref instead of a list of kvp.
49
500.01
51        - Initial release
52