Added "removed unused 'default' method from app" to Changes.
Norbert Buchmuller [Wed, 4 Nov 2009 18:22:45 +0000 (18:22 +0000)]
Changes

diff --git a/Changes b/Changes
index 16afe3d..69d2187 100644 (file)
--- 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)