From 93ad9849dc47c4cfaabc8361b085596bf65694d9 Mon Sep 17 00:00:00 2001 From: Mathieu Pillard Date: Thu, 7 Jan 2016 18:07:04 +0100 Subject: [PATCH] Add changelog for 2.0 --- docs/changelog.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 6a50c2f..bf40c16 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,6 +1,32 @@ Changelog ========= +v2.0 (01/07/2015) +----------------- + +`Full Changelog `_ + +- Add Django 1.9 compatibility + +- Remove official support for Django 1.4 and 1.7 + +- Add official support for Python 3.5 + +- Remove official support for Python 2.6 + +- Remove support for coffin and jingo + +- Fix Jinja2 compatibility for Django 1.8+ + +- Stop bundling vendored versions of rcssmin and rjsmin, make them proper dependencies + +- Remove support for CSSTidy + +- Remove support for beautifulsoup 3. + +- Replace cssmin by csscompressor (cssmin is still available for backwards-compatibility but points to rcssmin) + + v1.6 (11/19/2015) -----------------