update changes
[dbsrgits/DBIx-Class-Cursor-Cached.git] / Changes
1 Revision history for DBIx::Class::Cursor::Cached
2
3 1.1.4 6 October 2016 17:26:00
4         - make sure Makefile.PL is included in the dist
5
6 1.1.3 6 October 2016 10:56:00
7         - Refactor slightly to enable useful subclassing (RT#102223, Tim Bunce)
8
9 1.1.2 5 August 2011 15:47:00
10         - use Digest::SHA over Digest::SHA1 since it is core, RT #70092 (Salvatore Bonaccorso)
11
12 1.1.1 30 March 2011 12:17:00
13         - use 5.8.1 instead of 5.6.1 (and correctly)
14         - bump DBIx::Class dependency (RT#66601)
15
16 1.1.0 25 January 2011 10:47:00
17         - $Storable::canonical = 1 (Bill Moseley)
18         - base cache key on rendered SQL, bind values and connect info RT #62211 (Tim Bunce)
19
20 1.0.1 7 August 2007 12:37:00
21         - Fixed bug in next() as spotted by atsushi kobayashi
22
23 1.0.0 6 August 2007 17:38:00
24         - initial release