Fix ->finalize_headers getting called twice. RT#78090
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 68a4626..78fb387 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+  - Fix $c->finalize_headers getting called twice. RT#78090
+
 5.90014 - 2012-06-26 10:00:00
 
   - Fix calling finalize_headers before writing body when using $c->write /