Changelog
=========

0.1 (not released)
------------------

-  Initial version, created as an example to velruse.
   See: http://github.com/frgomes/velruse/tree/feature.kotti_auth


0.2 (31-Oct-2013)
-----------------

- Initial version as a proper Kotti plugin.


0.3 (02-Nov-2013)
-----------------

- Honouring attribute 'came_from', in order to return to the previous page.
- Better communication protocol with kotti_accounts (or any other module) which
  is responsible for handling event AfterKottiVelruseLoggedIn.
- Creates credentials in the current browser session when kotti_accounts returns
  a valid Principal.
- Code review.
- Better documentation.


0.3.1 (06-Nov-2013)
-------------------
- Better integration with kotti_accounts


0.3.2 (11-Nov-2013)
-------------------
- Better integration with Preferences page (/@@prefs)

0.3.3 (18-Nov-2013)
-------------------
- Move version number to package __init__.py
- Pass ``request`` as part of ``event`` passed to AfterKottiVelruseLoggedIn
- Better documentation
