Fixed a warning (redefined variable).
[catagits/Catalyst-Plugin-RequireSSL.git] / Changes
diff --git a/Changes b/Changes
index 2f7cb21..8e5535a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,18 @@
 Revision history for Perl extension Catalyst::Plugin::RequireSSL
 
+0.07
+        - Fix Perl Critic test for hard tabs (t0m)
+        - Fix POD coverage (t0m)
+       - Added allow_ssl() (norbi)
+
+0.06    2007-03-06 11:00:00
+        - Added no_cache config option to support wildcard SSL certificates.
+          (Simon Elliott)
+        - Disable properly when running under other development HTTP servers.
+
+0.05    2005-09-15 12:15:00
+        - Updated skipped tests to run if Catalyst >= 5.5.
+
 0.04    2005-09-14 13:30:00
         - Fixed bug in redirect code that ignored duplicate key names.
         - Strip all output content when doing a redirect from HTTP -> HTTPS