File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Changelog
4
4
v1.2 (in development)
5
5
---------------------
6
6
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
+
7
11
- Moved CI to Travis: http://travis-ci.org/jezdez/django_compressor
8
12
9
13
- Introduced a new ``compressed`` context dictionary that is passed to
@@ -51,6 +55,11 @@ v1.2 (in development)
51
55
from ``'hash'`` to ``'content'`` to better describe what it does. The old
52
56
name is also supported, as well as the default being ``'mtime'``.
53
57
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
+
54
63
v1.1.2
55
64
------
56
65
You can’t perform that action at this time.
0 commit comments