``pyramid_who`` Changelog
=========================

0.2 (2011-03-23)
----------------

- Pass the identifier plugin to ``api.remember``, rather than its name,
  as required by the interface.  Fixes
  https://github.com/Pylons/pyramid_who/issues#issue/2

- Fixed test of ``unauthenticated_userid``.

- Fixed tests broken by ``repoze.who`` changes (relaxing exceptions to
  warnings for missing / invalid config rile).

- Fixed URL to docs in README.txt.  Thanks to Łukasz Fidosz.


0.1 (2011-02-18)
----------------

- Add ``unauthenticated_userid`` method to whov2 authentication policy to
  appease Pyramid IAuthenticationPolicy interface.


0.0 (2011-01-10)
----------------

- Initial public version.
