All notable changes to this project will be documented in this file.
- No significant changes.
1.0.0 - 2014-07-09
- Add an implementation of the MAC token spec.
- Fix Base64.strict_encode64 incompatibility with Ruby 1.8.7.
- No significant changes.
0.5.0 - 2011-07-29
- [breaking]
oauth_token
renamed tooauth_bearer
. - [breaking]
authorize_path
Client option renamed toauthorize_url
. - [breaking]
access_token_path
Client option renamed totoken_url
. - [breaking]
access_token_method
Client option renamed totoken_method
. - [breaking]
web_server
renamed toauth_code
.