From: Florian Ragwitz Date: Sat, 21 Nov 2009 01:43:28 +0000 (+0000) Subject: More changelogging. X-Git-Tag: 5.80014~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=10d771814e6a6927755c63f7d47b615495a61ab2 More changelogging. --- diff --git a/Changes b/Changes index adad9b6..91d52d8 100644 --- a/Changes +++ b/Changes @@ -42,6 +42,11 @@ proper PATH_INFO and SCRIPT_NAME processing for non-root applications - Enable Catalyst::Utils::home() to find home within Dist::Zilla built distributions + - Added the Catalyst::Exception::Interface role defining the interface + exception classes need to implement. + - Added Catalyst::Exception::Basic as a basic implementation of + Catalyst::Exception::Interface and made the existing exception classes + use it. Refactoring / cleanups: - Remove documentation for the case_sensitive setting