more session finalization cleanups
[catagits/Catalyst-Plugin-Session.git] / Changes
diff --git a/Changes b/Changes
index 2ce4b9f..42ea9f0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
+0.11
+        - Lazify expiry calculation and store it in a different instance data
+          slot. This provides greater flexibility for implementing hooks like
+          DynamicExpiry the "right" way.
+
 0.10
         - Implement a more well defined finalization order for Session stuff.
           This solves a problem that was introduced by some value cleanups in