X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=537dbf4c751c1d85968fa989e0e667027ab706fc;hp=f79077ea35b9b18a767a1d28fc3b276712e6b4bb;hb=d4f76f02f299906d23b02bb4bb4007de437a8747;hpb=8865ee1205d2f74a601105ae6c85af2cceb8ad7d diff --git a/Changes b/Changes index f79077e..537dbf4 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,13 @@ Bug fixes: - Deal correctly with GLOB file handles in the response body (setting the Content-Length header appropriately) + - Chained dispatch has been fixed to always prefer paths + with the minimum number of captures (rather than the + maximum number of actions). This means that (for example) + a URI path /foo/* made out of 2 actions will take preference + to a URI path /*/* made out of 3 actions. Please check your applications + if you are using chained action and please write new test to report + failing case. Documentation: - Clarify that when forwarding or detaching, the end action associated