Change log
==========

1.5 (2017-03-15)
----------------
- Update bootstrap script and test with later Python versions


1.4 (2012-04-18)
----------------
- change test code to work under Python 2 and Python 3 in order 
  to drop any 2to3 dependency.
- moving from ``zope.interface.implements`` to the decorator 
  function ``zope.interface.implementer`` which is supported in 
  Python 3 without the need for the ``zope.fixers`` 2to3 
  plugin. The decorator syntax means dropping support for 
  Python 2.4 and 2.5, though.
- add Jython to the supported Python implementations


1.3 (2012-04-09)
----------------
- Add convenience scripts for documentation generation
- Add configuration file for the Tox test harness
- Declare any Python between 2.4 and 3.2 supported
- Move the repository to Git (See 
  https://git.dataflake.org/cgit/dataflake.cache/)


1.2 (2010-05-09)
----------------
- Python 3.1 compatibility
- Updated Sphinx Makefile and configuration to be closer
  to the latest Sphinx version
- Greatly expand installation and testing documentation using 
  ideas from Tres Seaver


1.1 (2010-04-15)
----------------
- Update all bug tracker links to point to the new Launchpad
  bug tracker at https://bugs.launchpad.net/dataflake.cache


1.0 (2010-01-18)
----------------
- Initial release based on caching code formerly residing inside 
  Productsv.LDAPUserFolder
