fixed Changes
Alexander Hartmaier [Fri, 4 May 2012 17:05:58 +0000 (17:05 +0000)]
Changes

diff --git a/Changes b/Changes
index 641903e..7319d4f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,10 @@
 Revision history for Perl extension Catalyst::Plugin::Static::Simple
 
-        - Change configuration key to 'Plugin::Static::Simple' by default.
-          The old 'static' key is still supported, but issues a warning.
-
 0.30   2011-02-xx hh:mm:00
         - Add Cache-Control:public header
         - Optionally provide Expires header
+        - Change configuration key to 'Plugin::Static::Simple' by default.
+          The old 'static' key is still supported, but issues a warning.
 
 0.29   2010-02-01 18:45:00
         - Switch from override to around, because really, wtf