Commit 8bd17b12 by Timothée Peignier

update changelog and authors

parent 77310c1b
......@@ -5,6 +5,7 @@ These people have provided bug fixes, new features, improved the documentation
or just made Pipeline more awesome.
* Adam Charnock <adam@omniwiki.co.uk>
* Alan Lu <gotoalanlu@gmail.com>
* Alexander Artemenko <svetlyak40wt>
* Alexander Pugachev <alexander.pugachev@gmail.com>
* Alexis Svinartchouk <zvin@free.fr>
......@@ -40,4 +41,4 @@ or just made Pipeline more awesome.
* Timothée Peignier <timothee.peignier@tryphon.org>
* Trey Smith <trey.smith@nasa.gov>
* Victor Shnayder <victor@mitx.mit.edu>
* Zenobius Jiricek <zenobius.jiricek@gmail.com>
* Zenobius Jiricek <zenobius.jiricek@gmail.com>
\ No newline at end of file
......@@ -3,19 +3,29 @@
History
=======
1.3.0
-----
* Add support Python 3, with some help from Alan Lu.
* Add support for Django 1.5.
* Remove support for Django < 1.4.
* Drop support for Python < 2.6.
* Drop support for ``staticfiles`` app, in favor of ``django.contrib.staticfiles``.
* Drop ``PIPELINE`` settings, in favor of ``DEBUG`` to avoid confusion.
* Drop support for ``jinja2`` temporarily.
1.1.24
1.2.24
------
* Fix yui/yuglify settings overriding each other. Thanks to Fábio Santos.
1.1.23
1.2.23
------
* Separate yuglify compressor from YUI compressor.
* Improve HTML compression middleware.
1.1.22
1.2.22
------
* Better compressor error messages. Thanks to Steven Cummings.
......@@ -23,7 +33,7 @@ History
* Fix packaging metadata. Thanks to Rui Coelho for noticing it.
* Add documentation about non-packing storage.
1.1.21
1.2.21
------
* Run stylus even if file is considered outdated.
......
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