update changelog: add gzip_cache plugin

This commit is contained in:
Bruno Binet 2012-11-29 15:16:57 +01:00
commit a86fdfc779

View file

@ -21,6 +21,9 @@ Release history
plugin.
* The ``DEFAULT_DATE`` setting now defaults to None, which means that articles
won't be generated anymore unless a date metadata is specified.
* Add the gzip_cache plugin which compresses common text files into a ``.gz``
file within the same directory as the original file to prevent the server
(e.g. Nginx) from compressing files during an HTTP call.
3.0 (2012-08-08)
==================