Change history for django-path2css
-------------------------------------------------------------
0.2.3
^^^^^^
* Ensured non-ascii, URLEncoded values and those which would need escaping, do
  not get consumed for consideration by either the ``{% path2css %}`` or
  ``{% css4path %}`` template tags.

0.2.2
^^^^^^
* Fix long description.

0.2.1
^^^^^^
* Exposed the ``split_on`` kwarg to the ``{% path2css %}`` and
  ``{% css4path %}`` template tags, allowing for splitting based on patterns
  other than ``/``.

0.2.0
^^^^^^
* Added support for searching staticfiles directories for CSS files matching
  path components, see ``{% css4path %}`` for usage.

0.1.1
^^^^^^
* First release - tests for the template tag & context processor passing on
  all of the ``tox`` matrix.
