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

3.0.0 (2017-05-23)
------------------

- Dropped support for Python 3, since repoze.session is not
  maintained anymore. At this point, this package is also going into
  maintainance-only mode.

- Dropped support for Python 2.6.

- Fine-tune logging.


2.1.0 (2016-04-18)
------------------

- HUGE BUG fixed: ``AppendOnlyDict._p_resolveConflict`` was badly operating on
  obj. instance attributes instead of ``__getstate__`` representation


2.0.0a1 (2013-03-06)
--------------------

- Added support for Python 3.3.

- Replaced deprecated ``zope.interface.implements`` usage with equivalent
  ``zope.interface.implementer`` decorator.

- Dropped support for Python 2.4 and 2.5.


1.0.4 (2012-07-21)
------------------

- Now really get rid of ISessionDataContainer on bootstrap.

- Added Location to SessionDataManager to avoid having a LocationProxy around it


1.0.3 (2012-04-05)
------------------

- Initial release on pypi.


1.0.2 (2012-03-19)
------------------

- Nothing changed yet.


1.0.1 (2012-03-13)
------------------

- Added SessionCredentials


1.0.0 (2012-03-13)
------------------

- Initial release as a separate package.
