Mention that we dropped Django 1.3.x support in changelog.

This commit is contained in:
Mathieu Pillard
2014-09-19 11:44:01 +02:00
parent 191145b3a0
commit 8170f2cd81

View File

@@ -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.