Change config key re RT#40344
[catagits/Catalyst-Plugin-Cache.git] / Changes
CommitLineData
0ba5145c 10.07
2 - Switch from NEXT to MRO::Compat.
3 - Change config key from 'cache' to 'Plugin::Cache', old key
4 is still supported for backwards compatibility, but the new
5 key is preferred (RT#40344).
ab8e499f 6
dc5fda2b 70.06
8 - clarify the documentation on how to configure a backend
9 - due to stacked evals, certain start up errors were quietly
10 ignored until the first cache hit. These start up errors
11 now correctly manifest themselves at start up time.
204b2b54 120.05
13 - change base class order to appease Class::C3
14
150.04
16 - ???
17
be13e4dd 180.03
19 - Be more compatible with ->set() convention of passing expiry
20
f5989257 210.02
22 - Pass around a hash ref instead of a list of kvp.
23
240.01
25 - Initial release