Flash data is now in a separately prefixed session storage thingy
[catagits/Catalyst-Plugin-Session.git] / Changes
diff --git a/Changes b/Changes
index 50542d5..c4dcbce 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,7 @@ Revision history for Perl extension Catalyst::Plugin::Session
 0.03
         - Lazify loading of session data for better performance and less chance
           of race conditions
+        - support for $c->flash a la Ruby on Rails
 
 0.02    ???
         - Doc fixes