From: John Napiorkowski Date: Thu, 29 Oct 2015 14:58:55 +0000 (-0500) Subject: updated changes X-Git-Tag: 5.90102~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e43b00f9e441be1aed9a49532b419a6f6c7782fb updated changes --- diff --git a/Changes b/Changes index d785ab8..2b00a11 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. 5.90102 - 2015-10-29 - - Better warnings when there's an error reading the psgi.input - - + - Better warnings when there's an error reading the psgi.input (billmosley++) + - Fixed spurious warnings in uri_for when using no arguments (melmothx++ and + paultcochrane++) + 5.90101 - 2015-09-04 - Fixed a regression introduced in the last release which caused test case failure when using a version of Perl 5.14 or older.