changelog + version bump C::P::Session
[catagits/Catalyst-Plugin-Session.git] / Changes
diff --git a/Changes b/Changes
index 8ca9440..f9cfbf1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,12 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
-0.012
+0.13
+        - 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
         - refactor out a hookable finalize_session method, for plugins
         - make _clear_session_instance_data call NEXT::, so that plugins can
           hook on to that too