Tres Seaver
2017-12-20 a83610e170325e157726a4649923dff8ae303d12
CHANGES.rst
@@ -1,7 +1,35 @@
repoze.who Changelog
====================
2.2 (unreleased)
2.3.1 (unreleased)
------------------
- TBD
2.3 (2016-05-31)
----------------
- Add support for Python 3.4, Python 3.5, and PyPy3.
- Drop support for Python 2.6 and 3.2.
- ``middleware``:  avoid passing extracted ``identity`` to ``remember``
  during egress (the app may have called ``api.forget()``).  See #21.
- ``_auth_tkt`` / ``plugins.auth_tkt``:  add support for any hash algorithm
  supported by the ``hashlib`` module in Python's standard library.
  Fixes #22 via #23.
- ``plugins.auth_tkt``:  Fix storage of "userdata" to save dict.  Fixes
  #14 via #18.
- middleware:  avoid UnboundLocalError when wrapped generater yields no
  items.  See:  http://bugs.repoze.org/issue184
- Make cookie expiration date RFC-2616 compliant (independent of locale,
  including 'GMT' zone). See #11.
2.2 (2013-05-17)
----------------
- Parse INI-file configuration using ``SafeConfigParser``:  allows