From: Norbert Buchmuller Date: Wed, 4 Nov 2009 18:22:45 +0000 (+0000) Subject: Added "removed unused 'default' method from app" to Changes. X-Git-Tag: v0.07~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0199e13345195d124d0679e1548189cc89e7df1b;hp=1d164da51f72f39055b32508877a6130c16ca745;p=catagits%2FCatalyst-Plugin-RequireSSL.git Added "removed unused 'default' method from app" to Changes. --- diff --git a/Changes b/Changes index 16afe3d..69d2187 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Perl extension Catalyst::Plugin::RequireSSL 0.07 + - Removed unused 'default' method from the app (triggered a deprecation warning). - Fix Perl Critic test for hard tabs (t0m) - Fix POD coverage (t0m) - Added allow_ssl() (norbi)