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

1.0.0 (2013-02-26)
------------------

- Moved depndencies for the special SampleDataLayer setup to the "testing"
  extra.

- Added ``MANIFEST.in`` and ``tox.ini``.

- Fixed file headers.

- Browser views are only available using the "browser" extra.

- Change ``zope.app.pagetemplate`` dependency to ``zope.browserpage``.


0.4.0 (2010-08-30)
------------------

- Use current packages.


0.3.1 (2010-08-30)
------------------

- Update dependency meta, clean imports.


0.3.0 (2010-06-28)
------------------

- Configured test runner to run functional tests.

- Removed ZPKG and ZCML slugs.

- Now requires `zope.app.pagetemplate` >= 3.6.0 as
  `zope.formlib.namedtemplate` has been moved there an there is no
  longer a BBB import  `zope.formlib` >= 4.0

- Fixed tests to run with `zope.app.authentication` >= 3.7.0.

- Fixed tests to run with `zope.publisher` >= 3.12.0.

- Using python's `doctest` module instead of deprecated
  `zope.testing.doctestunit`.


0.2.0 (2010-06-25)
------------------

- adjust zope.app.session to zope.session in ftesting.zcml

- Adjusted `zope.app.securitypolicy` to `zope.securitpolicy` in ftesting.zcml.

- Fixed tests after zope packages refactoring. Updated imports and
  dependencies.


0.1.0 (2008-02-14)
------------------

- Initial release.
