X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Static-Simple.git;a=blobdiff_plain;f=Changes;h=2d534bfeec5093249f323dec71cdbf1c5e1d3383;hp=e6a237cdefb3ccf28852c0b78575c53c1623539d;hb=6a009cf08859e568c566a28d60f540bdf51bbbb1;hpb=6cc495c42c41e0a7a07b4e52a73f61b4077c957f diff --git a/Changes b/Changes index e6a237c..2d534bf 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ Revision history for Perl extension Catalyst::Plugin::Static::Simple + +0.18 + - Logging may now be enabled with the less confusing + MyApp->config->{static}->{logging} = 1; + 0.17 2007-05-11 11:00:00 - Added serve_static_file, to serve a given file as static. (groditi)