Changelog for C::P::Session
Yuval Kogman [Sat, 29 Jul 2006 16:27:17 +0000 (16:27 +0000)]
Changes

diff --git a/Changes b/Changes
index 02918f8..2a60d4f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,9 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
 0.06
-        - Set sessionid only if unset, allowing State plugins to stack (gphat)
+        - Change State plugin API to be pull oriented
+        - Lazify more correctly (mostly performance improvements)
+        - Don't try to compute digest of hash when there is no hash
 
 0.05     
         - Un-workaround the Cache::FastMmap (actually Storable) limitation -