Update the changes
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 8b7bf1c..dc6c44c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+  - Fix $c->finalize_headers getting called twice. RT#78090
+  - Fix test fails in Catalyst-Plugin-Session-State-Cookie. RT#76179
+  - Fix test fails in Catalyst-Plugin-StackTrace
+  - Fix test fails in Test-WWW-Mechanize-Catalyst
+
+5.90014 - 2012-06-26 10:00:00
+
   - Fix calling finalize_headers before writing body when using $c->write /
     $c->res->write (fixes RT#76179).