From a86fdfc779b8d29088a9372bd1b2bc0d996d0cb9 Mon Sep 17 00:00:00 2001 From: Bruno Binet Date: Thu, 29 Nov 2012 15:16:57 +0100 Subject: [PATCH] update changelog: add gzip_cache plugin --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) 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) ==================