fix repo url
[dbsrgits/DBIx-Class-Cursor-Cached.git] / Changes
1 Revision history for DBIx::Class::Cursor::Cached
2
3 1.1.1 30 March 2011 12:17:00
4         - use 5.8.1 instead of 5.6.1 (and correctly)
5         - bump DBIx::Class dependency (RT#66601)
6
7 1.1.0 25 January 2011 10:47:00
8         - $Storable::canonical = 1 (Bill Moseley)
9         - base cache key on rendered SQL, bind values and connect info RT #62211 (Tim Bunce)
10
11 1.0.1 7 August 2007 12:37:00
12         - Fixed bug in next() as spotted by atsushi kobayashi
13
14 1.0.0 6 August 2007 17:38:00
15         - initial release