Skip to content

Commit

Permalink
Updated [CHANGES.rst]
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Apr 11, 2015
1 parent 33675df commit 1ad4fcf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,17 @@
2.3.0 (2015-04-11)
------------------
**Changes**
- Added support for PIN authentication
- Added automatic OAuth token refreshing *(see "examples/pin.py" for an example)*
- Added :code:`Trakt.configuration.oauth.from_response()` configuration method
- Added tests for the :code:`Trakt['oauth']` interface
- Added tests to ensure authentication headers are being sent
- :code:`Trakt['oauth']` methods now raise an exception if you are missing required configuration parameters
- :code:`Trakt['oauth'].token()` method has been renamed to :code:`Trakt['oauth'].token_exchange()` *(old method is still present for compatibility)*

**Fixed**
- :code:`Trakt['oauth']` "_url" methods could raise an exception in some cases

2.2.0 (2015-04-02)
------------------
**Changes**
Expand Down

0 comments on commit 1ad4fcf

Please sign in to comment.