changelog + version bump C::P::Session
Yuval Kogman [Thu, 12 Oct 2006 18:37:37 +0000 (18:37 +0000)]
Changes
lib/Catalyst/Plugin/Session.pm

diff --git a/Changes b/Changes
index 2eea8b5..f9cfbf1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,9 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
 0.13
-        - add `clear_flash`
+        - Rerelease with slightly changed test due to a behavior change in
+          Test::MockObject
+        - add `clear_flash` (still waiting for tests, mr. Rob Kinyon!)
         - improve debug logging
 
 0.12
index 887fb28..1171491 100644 (file)
@@ -12,7 +12,7 @@ use Digest              ();
 use overload            ();
 use Object::Signature   ();
 
-our $VERSION = "0.12";
+our $VERSION = "0.13";
 
 my @session_data_accessors; # used in delete_session
 BEGIN {