|
3 | 3 | History
|
4 | 4 | =======
|
5 | 5 |
|
| 6 | +1.2.18 |
| 7 | +------ |
| 8 | + |
| 9 | +* **BACKWARD INCOMPATIBLE** : Replace yui-compressor by yuglify, check your configuration. |
| 10 | +* Use finders in manifest. Thanks to Sjoerd Arendsen. |
| 11 | + |
6 | 12 | 1.2.17
|
7 | 13 | ------
|
8 | 14 |
|
@@ -48,8 +54,8 @@ History
|
48 | 54 | 1.2.10
|
49 | 55 | ------
|
50 | 56 |
|
51 |
| -* Use ``/usr/bin/env`` by default to find compiler executable. Thanks to Michael Weibel. |
52 |
| -* Allow to change embed settings : max size and directory. Thanks to Pierre Drescher. |
| 57 | +* Use ``/usr/bin/env`` by default to find compiler executable. Thanks to Michael Weibel. |
| 58 | +* Allow to change embed settings : max size and directory. Thanks to Pierre Drescher. |
53 | 59 | * Some documentation improvements. Thanks to Florent Messa.
|
54 | 60 |
|
55 | 61 | 1.2.9
|
@@ -84,7 +90,7 @@ History
|
84 | 90 | -----
|
85 | 91 |
|
86 | 92 | * Fix import error for cssmin and jsmin compressors. Thanks to Berker Peksag for the report.
|
87 |
| -* Fix error with default template function. Thanks to David Charbonnier for the patch and report. |
| 93 | +* Fix error with default template function. Thanks to David Charbonnier for the patch and report. |
88 | 94 |
|
89 | 95 |
|
90 | 96 | 1.2.4
|
@@ -132,7 +138,7 @@ History
|
132 | 138 | * Added a default js template language.
|
133 | 139 | * Dropped ``PIPELINE_AUTO`` settings in favor of simple ``PIPELINE``.
|
134 | 140 | * Renamed ``absolute_asset_paths`` to ``absolute_paths`` for brevity.
|
135 |
| -* Made packages lazy to avoid doing unnecessary I/O. |
| 141 | +* Made packages lazy to avoid doing unnecessary I/O. |
136 | 142 | * Dropped ``external_urls`` support for now.
|
137 | 143 | * Add cssmin compressor. Thanks to Steven Cummings.
|
138 | 144 | * Jsmin is no more bundle with pipeline.
|
0 commit comments