ChangeLog
=========

1.3 (2013-08-02)
----------------

 * Added use of greenlets and handle reconnects if cluster is enabled [Victor Fernandez de Alba]
 * Support for mongoDB cluster [Victor Fernandez de Alba]

1.2 (2013-06-13)
------------------

- Update the deprecated method to connect to a MongoDB database.
- Added ability to connect to a MongoDB replica set.

1.1 (2013-06-04)
------------------

- Added a new way of parse LDAP settings to use with pyramid_ldap via a config
  file ldap.ini

1.0.1 (2013-06-04)
------------------

- Fix UnboundLocalError when LDAP plugin enabled

1.0 (2013-05-19)
----------------

- Improved test coverage (91% overall, 100% on implemented parts)
- Updated implementation to be standard with the final oAuth 2.0 spec.
- Polished scopes, error handling, return codes and error messaging
- Included support for pyramid_ldap plug-in, as it has a better implementation
  than the repoze.who one.
- Deprecate capped collections on mongodb_store


1.0 beta1 (2012-02-22)
----------------------

-  Initial version
