=======
CHANGES
=======

1.4.0 (2013-05-31)
------------------

- Made tests compatible with ``zope.browserresource`` 3.11, thus requiring
  at least this version.

- Fix: work around windows: it has a 2 char next line sequence


1.3.0 (2009-08-27)
------------------

- Use new ``zope.browserresource`` package instead of ``zope.app.publisher``,
  as the resources mechanism was moved there to reduce dependencies.

- Register ZRTFileResourceFactory as a resource factory with name "zrt" in
  package's configure.zcml. This makes ZRT resources created automatically
  when using ``browser:resource`` directive for files with "zrt" extensions.
  It will also make \*.zrt files inside resourse directories a ZRTFileResource.

- Get rid of ``zope.app.testing`` test dependency.

- Remove unused SETUP.CFG and z3c.zrtresource-meta.zcml files.


1.2.0 (2009-06-25)
------------------

- Got rid of dependency on ``zope.app.component`` and
  ``zope.app.pagetemplate``.

- Fixed home page and author email address.


1.1.0 (2007-12-01)
------------------

- Fix bug with spaces in replace expression

- Added custom ZRT commands

1.0.1 (2007-10-30)
------------------

- Fix long description of package to be valid restructured text.

1.0.0 (2007-10-30)
------------------

- Initial release.
