changelog, version bump
Yuval Kogman [Sat, 29 Jul 2006 16:29:06 +0000 (16:29 +0000)]
Changes
lib/Catalyst/Plugin/Session/State/Cookie.pm

diff --git a/Changes b/Changes
index f7e3e26..c212c23 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,9 @@
 Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
 
-       - refactored make_session_cookie to separate calc_expiry, and made
-         that easily overloadable.
+0.03 
+        - refactored make_session_cookie to separate calc_expiry, and made
+             that easily overloadable.
+        - updated for the new state API (get_session_id, set_session_id, etc)
 
 0.02    2005-12-28 13:51:00
         - Fixed cookie_expires to support browser session cookies.
index 7ff701f..54ec5b5 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use NEXT;
 use Catalyst::Utils ();
 
-our $VERSION = "0.02";
+our $VERSION = "0.03";
 
 sub setup_session {
     my $c = shift;