Skip to content

Commit

Permalink
Update HISTORY.rst, add myself to AUTHORS.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Sep 10, 2014
1 parent 503146a commit fa1eab5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Patches and Suggestions
- Paul Bonser <[email protected]>
- Vinay Raikar <[email protected]>
- kracekumar <[email protected]>
- David Baumgold <[email protected]>
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
History
-------

v0.4.2
++++++
- New ``authorized`` property on OAuth1Session and OAuth2Session, which allows
you to easily determine if the session is already authorized with OAuth tokens
or not.
- You can now pass a ``base_url`` parameter when creating a new OAuth1Session
or OAuth2Session. If you do, this value is prefixed to all HTTP requests
you make with this session.
- New ``TokenMissing`` and ``VerifierMissing`` exception classes for OAuth1Session:
this will make it easier to catch and identify these exceptions.

v0.4.1 (6 June 2014)
++++++++++++++++++++
- New install target ``[rsa]`` for people using OAuth1 RSA-SHA1 signature
Expand Down

0 comments on commit fa1eab5

Please sign in to comment.