summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMathieu Pillard <m@virgule.net>2014-09-19 11:44:01 +0200
committerMathieu Pillard <m@virgule.net>2014-09-19 11:44:01 +0200
commit8170f2cd81419eb2090fd641517f0b85ea58db02 (patch)
tree5ef47c9a88ce6417fb17cfbe05c3ad2e50150e27 /docs
parent191145b3a083aab28067b396f8942a99b54b1152 (diff)
downloaddjango-compressor-8170f2cd81419eb2090fd641517f0b85ea58db02.tar.gz
Mention that we dropped Django 1.3.x support in changelog.
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.txt8
1 files 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.