mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
update changelog: add gzip_cache plugin
This commit is contained in:
parent
6380cd428a
commit
a86fdfc779
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
==================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue