X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=91d52d86568ca2400a8d83cdc091a6b90b628df1;hp=adad9b66b2904523ae7499751e0ee3b5f5f5c0bf;hb=10d771814e6a6927755c63f7d47b615495a61ab2;hpb=6d2a85aaf2cb4bfb9a5cf80a1c528e2208449985 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