CHANGELOG
=========
The format is based on `Keep a Changelog `_,
and this project adheres to `Semantic Versioning `_.
[0.3.0]
-------
Changed
^^^^^^^
* ``AccessToken.bearer`` from ``Result`` to
``Option``
Removed
^^^^^^^
* ``try_trait``. Crate is stable now.
[0.2.1]
-------
Changed
^^^^^^^
* refreshing access token now after 90% of expiration time, not after
98%
[0.2.0]
-------
Changed
^^^^^^^
* ``periodically_refresh`` method now private and not ``async``
[0.1.1]
-------
Added
^^^^^
* ``TokenRequest.send``, ``TokenRequest.send_with_client`` methods