Tres Seaver
2013-03-20 7174909b7f940f2f653417ff4182cd61d175da07
CHANGES.txt
@@ -1,9 +1,23 @@
repoze.who Changelog
====================
2.1 (unreleased)
2.1 (2013-03-20)
----------------
- ``_compat`` module:  tolerate missing ``CONTENT_TYPE`` key in the WSGI
  environment.  Thanks to Dag Hoidal for the patch.
- ``htpasswd`` plugin:  add a ``sha1_check`` checker function (the ``crypt``
  module is not available on Windows).  Thanks to Chandrashekar Jayaraman
  for the patch.
- Documentation typo fixes from Carlos de la Guardia and Atsushi Odagiri.
2.1b1 (2012-11-05)
------------------
- Ported to Py3k using the "compatible subset" mode.
  - Dropped support for Python < 2.6.x.
  - Dropped dependency on Paste (forking some code from it).