flash data is now stored inside the session
[catagits/Catalyst-Plugin-Session.git] / Changes
diff --git a/Changes b/Changes
index e501470..8f2f749 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
+0.20    XXX
+        - Switch to Module::install
+        - Flash data is now stored inside the session (key "__flash") to avoid
+          duplicate entry errors caused by simultaneous select/insert/delete of
+          flash rows when using DBI as a Store.
+
+0.19    2007-10-08
+
 0.18    2007-08-15
         - Fix Apache engine issue (RT #28845)