Update changelog
Tomas Doran [Sun, 5 Dec 2010 12:22:56 +0000 (12:22 +0000)]
Changes

diff --git a/Changes b/Changes
index 0496c4b..971ca21 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+ Bug fixes:
+  - Deal correctly with GLOB file handles in the response body (setting
+    the Content-Length header appropriately)
+
  Documentation:
   - Clarify that when forwarding or detaching, the end action associated
     with the original dispatched action will be run afterwards (fallen)