switch to my plugin bundle and modernize all the bits
[catagits/Catalyst-Plugin-Session-State-Stash.git] / Changes
diff --git a/Changes b/Changes
index 8e65d90..155c127 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,17 @@
 Revision history for Catalyst-Plugin-Session-State-Stash
 
+{{$NEXT}}
+        - allow multiple state objects to work at the same time
+          (IKEGAMI, RT#62090)
+
+0.13    06 Dec 2009
+        - Switch from CAF to Moose
+        - Switch from Module::Build to Module::Install
+        - Remove use of Test::MockObject
+
+0.12    16 Oct 2009
+        - Use session config handling from Catalyst::Plugin::Session 0.27.
+
 0.11    08 Oct 2009
         - Update to be able to use the new 'Plugin::Session' config key
           as the rest of the Session infrastructure is moving to that.