update changes
[dbsrgits/DBIx-Class-Cursor-Cached.git] / Changes
diff --git a/Changes b/Changes
index 93b8ddc..a3d512e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,19 @@
 Revision history for DBIx::Class::Cursor::Cached
 
+1.1.3 6 October 2016 10:56:00
+        - Refactor slightly to enable useful subclassing (RT#102223, Tim Bunce)
+
+1.1.2 5 August 2011 15:47:00
+        - use Digest::SHA over Digest::SHA1 since it is core, RT #70092 (Salvatore Bonaccorso)
+
+1.1.1 30 March 2011 12:17:00
+        - use 5.8.1 instead of 5.6.1 (and correctly)
+        - bump DBIx::Class dependency (RT#66601)
+
+1.1.0 25 January 2011 10:47:00
+        - $Storable::canonical = 1 (Bill Moseley)
+        - base cache key on rendered SQL, bind values and connect info RT #62211 (Tim Bunce)
+
 1.0.1 7 August 2007 12:37:00
         - Fixed bug in next() as spotted by atsushi kobayashi