use Digest::SHA over Digest::SHA1 since it is core, RT #70092 (Salvatore Bonaccorso)
[dbsrgits/DBIx-Class-Cursor-Cached.git] / Changes
CommitLineData
e0d8ca03 1Revision history for DBIx::Class::Cursor::Cached
2
a91d66a7 31.1.2 5 August 2011 15:47:00
4 - use Digest::SHA over Digest::SHA1 since it is core, RT #70092 (Salvatore Bonaccorso)
5
93fcc62e 61.1.1 30 March 2011 12:17:00
7 - use 5.8.1 instead of 5.6.1 (and correctly)
8 - bump DBIx::Class dependency (RT#66601)
9
68248e8e 101.1.0 25 January 2011 10:47:00
11 - $Storable::canonical = 1 (Bill Moseley)
12 - base cache key on rendered SQL, bind values and connect info RT #62211 (Tim Bunce)
13
e0d8ca03 141.0.1 7 August 2007 12:37:00
15 - Fixed bug in next() as spotted by atsushi kobayashi
16
171.0.0 6 August 2007 17:38:00
18 - initial release