- TBD
- Add support for PyPy and PyPy3.
- Add support for Python 3.4.
- Add support for testing on Travis.
- Drop support for Python 2.4 and 2.5.
- Add support for Python 3.2 and 3.3.
- Remove undeclared testing dependency on zope.testing.
- Remove dependency on ZODB by allowing to specify storage factory for
zope.cachedescriptors.method.cachedIn
which is now dict by default. If you need to use BTree instead, you must pass it as factory argument to thezope.cachedescriptors.method.cachedIn
decorator. - Remove zpkg-related file.
- Clean up package description and documentation a bit.
- Change package mailing list address to zope-dev at zope.org, as zope3-dev at zope.org is now retired.
Initial release as an independent package