From 8170f2cd81419eb2090fd641517f0b85ea58db02 Mon Sep 17 00:00:00 2001 From: Mathieu Pillard Date: Fri, 19 Sep 2014 11:44:01 +0200 Subject: [PATCH] Mention that we dropped Django 1.3.x support in changelog. --- docs/changelog.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 3828197..26a4a35 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,12 +1,12 @@ Changelog ========= -v1.4 ----- +v1.4 (06/20/2014) +----------------- - Added Python 3 compatibility. -- Added compatibility with Django 1.6.x. +- Added compatibility with Django 1.6.x and dropped support for Django 1.3.X. - Fixed compatibility with html5lib 1.0. @@ -46,7 +46,7 @@ v1.3 (03/18/2013) - Dropped support for Python 2.5. Removed ``any`` and ``walk`` compatibility functions in ``compressor.utils``. - - Removed compatibility with Django 1.2 for default values of some settings: + - Removed compatibility with some old django setttings: - :attr:`~COMPRESS_ROOT` no longer uses ``MEDIA_ROOT`` if ``STATIC_ROOT`` is not defined. It expects ``STATIC_ROOT`` to be defined instead.