Add .gitignore.
[catagits/Catalyst-Plugin-Session.git] / Changes
diff --git a/Changes b/Changes
index be00c06..5d23b23 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,16 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
+0.26_01 2009-10-06
+        - Move actions out of the root application class in tests as this
+          is deprecated.
+        - Change configuration key to 'Plugin::Session' by default. The
+          old 'session' key is still supported, but will issue a warning
+          in a future release.
+
 0.26 2009-08-19
-        - Remove Test::MockObject from the test suite as it is full of fail.
+        - Remove Test::MockObject from the test suite as prone to failing on
+          some platforms and perl versions due to it's UNIVERSAL:: package
+          dependencies.
 
 0.25 2009-07-08
         - Add the a change_session_id method which can be called after