Changelog
=========


1.1.1 (2013-05-24)
------------------

- Support UTF-8 encoded strings as value for :translate().
  [treinhard]


1.1 (2013-02-27)
----------------

- Implement UUID lookup.
  [jone]

- Add Dexterity support to content creation. Use the `ftw.inflator[dexterity]` extras.
  [jone]

- Run content creation after type creation.
  [jone]

- Move site creation into bundle class, so that a site with a
  bundle can be created without using the view.
  This is useful for tests or automated setups.
  [jone]

- Support internationalization with `key:translate(domain)`
  key syntax.
  [jone]

- Add support for nested tree structures.
  [jone]


1.0.1 (2013-02-13)
------------------

- Fix bad page template expression.
  [jone]


1.0 (2013-02-13)
----------------

- Initial implementation.
  [jone]
