Tidy up config namespace and the TestApps
[catagits/Catalyst-Plugin-Session.git] / Changes
diff --git a/Changes b/Changes
index b4627ce..4f88dc4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,22 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
+        - 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 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
+          authentication to change the user's session cookie whilst preserving
+          their session data. This can be used to provide protection from
+          Session Fixation attacks. (kmx)
+
 0.24 2009-06-23
         - Be more paranoid about getting values of $c->req to avoid issues
           with old Test::WWW::Mechanize::Catalyst.