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

0.6.1 (2013-03-19)
------------------

- implement include zrt resource expression. This espression can get used
  to lookup and include cdn resources which is usefull for stack different
  javascript file into one single file.

- bugfix: fix broken input str zrtresource. The existing zrtresource input
  is using non raw strings whcih ends in converted backslashes. This should
  get backported to z3c.zrtresource


0.6.0 (2012-12-12)
------------------

- feature: support named resource manager. This is usefull if you register
  resources within different layers and more then one resource manager for each
  layer. If so, a resource manager can provide a name and the resource can
  provide a manager property. This makes sure that a resource will pickup the
  right resource manager registered within an inherited layer.

- bugfix: fix broken lovely.recipe download link e.g.
  Download error on svn://svn.zope.org/repos/main/lovely.recipe
  unknown url type: svn -- Some packages may not be found!

- bugfix: fix broken resource manager lookup in I18nResourceFactory


0.5.0 (2012-11-16)
------------------

- initial release
