File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 1
1
# following PEP 386
2
- __version__ = "2.0 "
2
+ __version__ = "2.1 "
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- v2.0 (01/07/2016)
4
+ v2.1 (2016-08-09)
5
+ -----------------
6
+
7
+ `Full Changelog <https://github.com/django-compressor/django-compressor/compare/2.0...2.1>`_
8
+
9
+ - Add Django 1.10 compatibility
10
+
11
+ - Add support for inheritance using a variable in offline compression
12
+
13
+ - Fix recursion error with offline compression when extending templates with the same name
14
+
15
+ - Fix UnicodeDecodeError when using CompilerFilter and caching
16
+
17
+ - Fix CssAbsoluteFilter changing double quotes to single quotes, breaking SVG
18
+
19
+
20
+ v2.0 (2016-01-07)
5
21
-----------------
6
22
7
23
`Full Changelog <https://github.com/django-compressor/django-compressor/compare/1.6...2.0>`_
@@ -27,7 +43,7 @@ v2.0 (01/07/2016)
27
43
- Replace cssmin by csscompressor (cssmin is still available for backwards-compatibility but points to rcssmin)
28
44
29
45
30
- v1.6 (11/19/2015 )
46
+ v1.6 (2015-11-19 )
31
47
-----------------
32
48
33
49
`Full Changelog <https://github.com/django-compressor/django-compressor/compare/1.5...1.6>`_
@@ -49,7 +65,7 @@ v1.6 (11/19/2015)
49
65
- Removed some silent exception catching in compress command
50
66
51
67
52
- v1.5 (03/27/2015 )
68
+ v1.5 (2015-03-27 )
53
69
-----------------
54
70
55
71
`Full Changelog <https://github.com/django-compressor/django-compressor/compare/1.4...1.5>`_
@@ -83,7 +99,7 @@ v1.5 (03/27/2015)
83
99
- Remove unnecessary filename and existence checks in CssAbsoluteFilter
84
100
85
101
86
- v1.4 (06/20/2014 )
102
+ v1.4 (2014-06-20 )
87
103
-----------------
88
104
89
105
- Added Python 3 compatibility.
@@ -120,7 +136,7 @@ v1.4 (06/20/2014)
120
136
121
137
- Fixed windows line endings in offline compression.
122
138
123
- v1.3 (03/18/2013 )
139
+ v1.3 (2013-03-18 )
124
140
-----------------
125
141
126
142
- *Backward incompatible changes*
You can’t perform that action at this time.
0 commit comments