- Copy two trivial classes from ``zope.cachedescriptors`` into this package, which allows us to remove that dependency. We didn't actually use any caching properties as the dependency suggested.
3.10.1
===================
- Move ``zope.copypastemove`` related tests into that package.
- Remove no longer used zcml prefix from the configure file.
- Stop importing DocTestSuite from ``zope.testing.doctestunit``. Fixes compatibility problems with ``zope.testing`` 3.8.4.
3.10.0
===================
- Break testing dependency on ``zope.app.testing``.
- Break testing dependency on ``zope.app.dependable`` by moving the code and tests into that package.
- Import ``ISite`` from ``zope.component`` after it was moved there from ``zope.location``.
3.9.1
==================
- Rerelease 3.9.0 as it had a broken Windows 2.6 egg.
- Mark this project as part of the ZTK.
3.9.0
==================
- Previous releases should be versioned 3.9.0 as they are not pure bugfix releases and worth a "feature" release, increasing feature version.
Packages that depend on any changes introduced in version 3.8.2 or 3.8.3 should depend on version 3.9 or greater.
3.8.3
==================
- Move ``IXMLRPCPublisher`` ZCML registrations for containers from ``zope.app.publisher.xmlrpc`` to ``zope.container`` for now.