Commit 48d36e97 by Timothée Peignier

add changelog to docs

parent 79e0b828
......@@ -24,6 +24,16 @@ Table Of Contents
farfutureexpires
backwardsincompatiblechanges
Changelog
=========
1.1.7
-----
* Improved windows support. Thanks to Kyle MacFarlane.
* Added Manifesto support.
Indices and tables
==================
......
......@@ -70,3 +70,11 @@ Ensure that it comes after any middleware which modify your HTML, like ``GZipMid
'django.middleware.gzip.GZipMiddleware',
'pipeline.middleware.MinifyHTMLMiddleware',
)
Cache manifest
==============
Pipeline provide a way to add your javascripts and stylesheets files to a
cache-manifest via `Manifesto <http://manifesto.readthedocs.org/>`_.
To do so, you just need to add manifesto app to your ``ÌNSTALLED_APPS``.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment