diff --git a/docs/changelog.rst b/docs/changelog.rst index 1f0769da..f60c6e47 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) ==================