X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=971ca2102ae89c3aae0064a3849f248546c9e1c9;hb=c046f5195e3173a6f023c0fe1591a813889de2ea;hp=0496c4b6e3585124b9b3cbd17f4f9d188dea0f31;hpb=fa325a7dd41a46365e4c706e6704069658c50785;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 0496c4b..971ca21 100644 --- 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)