Updated changelog.

This commit is contained in:
Jannis Leidel
2013-03-18 15:11:32 -07:00
parent a0f41de76f
commit 8209008aa5

View File

@@ -1,8 +1,10 @@
Changelog
=========
v1.3 (in developement)
----------------------
v1.3 (03/18/2013)
-----------------
- *Backward incompatible changes*
- Dropped support for Python 2.5. Removed ``any`` and ``walk`` compatibility
functions in ``compressor.utils``.
@@ -19,23 +21,21 @@ v1.3 (in developement)
defaults to ``default``.
- Added precompiler class support. This enables you to write custom precompilers
with python logic in them instead of just relying on executables.
with Python logic in them instead of just relying on executables.
- Made CssAbsoluteFilter smarter: it now handles URLs with hash fragments or
querystring correctly. In addition, it now leaves alone fragment-only URLs.
- Removed a ``fsync()`` call in CompilerFilter to improve performance. We
already called ``self.infile.flush()`` so that call was not necessary.
- Removed a ``fsync()`` call in ``CompilerFilter`` to improve performance.
We already called ``self.infile.flush()`` so that call was not necessary.
- Added an extension to provide django-sekizai support.
See :ref:`django-sekizai Support <django-sekizai_support>` for more
information.
- Fixed a DeprecationWarning regarding the use of django.utils.hashcompat.
- Fixed a ``DeprecationWarning`` regarding the use of ``django.utils.hashcompat``
- Fixed an error with the jinja2ext extension.
- Updated bundled rjsmin.py to fix some JavaScript compression errors.
- Updated bundled ``rjsmin.py`` to fix some JavaScript compression errors.
v1.2
----