Skip to content

Commit 9871090

Browse files
committed
Updated changelog for v1.2
1 parent 2255063 commit 9871090

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44
v1.2 (in development)
55
---------------------
66

7+
- Added compatibility with Django 1.4 and dropped support for Django 1.2.X.
8+
9+
- Added contributing docs. Be sure to check them out and start contributing!
10+
711
- Moved CI to Travis: http://travis-ci.org/jezdez/django_compressor
812

913
- Introduced a new ``compressed`` context dictionary that is passed to
@@ -51,6 +55,11 @@ v1.2 (in development)
5155
from ``'hash'`` to ``'content'`` to better describe what it does. The old
5256
name is also supported, as well as the default being ``'mtime'``.
5357

58+
- Fixed CssAbsoluteFilter, ``src`` attributes in includes now get transformed.
59+
60+
- Added a new hook to allow developers to completely bypass offline
61+
compression in CompressorNode subclasses: ``is_offline_compression_enabled``.
62+
5463
v1.1.2
5564
------
5665

0 commit comments

Comments
 (0)