Changelog, version bump
[catagits/Catalyst-Plugin-Session.git] / Changes
diff --git a/Changes b/Changes
index d43fb22..f10f2a8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,9 @@ Revision history for Perl extension Catalyst::Plugin::Session
           of race conditions
         - support for $c->flash a la Ruby on Rails
         - Fixed bug in sessionid algorithm detection.
+        - Separate __expires from the session data - we write it every time
+        - Lazify saving of session data for better performance and less chance
+          of race conditions
 
 0.02    2005-11-23 09:40:00
         - Doc fixes