diff --git a/compressor/__init__.py b/compressor/__init__.py index 5e61781..db22680 100644 --- a/compressor/__init__.py +++ b/compressor/__init__.py @@ -1,2 +1,2 @@ # following PEP 386 -__version__ = "1.5" +__version__ = "1.6" diff --git a/docs/changelog.txt b/docs/changelog.txt index 92db499..6a50c2f 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,6 +1,28 @@ Changelog ========= +v1.6 (11/19/2015) +----------------- + +`Full Changelog `_ + +- Upgrade rcssmin and rjsmin + +- Apply CssAbsoluteFilter to precompiled css even when compression is disabled + +- Add optional caching to CompilerFilter to avoid re-compiling unchanged files + +- Fix various deprecation warnings on Django 1.7 / 1.8 + +- Fix TemplateFilter + +- Fix double-rendering bug with sekizai extension + +- Fix debug mode using destination directory instead of staticfiles finders first + +- Removed some silent exception catching in compress command + + v1.5 (03/27/2015) -----------------