X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Static-Simple.git;a=blobdiff_plain;f=Changes;h=7319d4f91a2f35c004a68bc7485de2bb206b3e47;hp=641903e73bd468f362aad0eb4368b3fdd6ffc8b6;hb=59b31441c9f47c5feeabe547dae2cb053cdce439;hpb=ee1e7faf8d6bb43a85f6d6f74b8f0bd7b7e8712a diff --git a/Changes b/Changes index 641903e..7319d4f 100644 --- 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