Repair missing commit(s)
This commit is contained in:
17
Readme.md
17
Readme.md
@ -77,11 +77,16 @@ describe('OAuth2',function(){
|
||||
Change History
|
||||
==============
|
||||
|
||||
* 0.9.12
|
||||
- OAuth1/2: Can now pass Buffer instance directly for PUTs+POSTs (thank you Evan Prodromou)
|
||||
- OAuth1: Improve interoperability with libraries that mess with the prototype. (thank you Jose Ignacio Andres)
|
||||
- OAuth2: Adds PUT support for OAuth2 (thank you Derek Brooks)
|
||||
- OAuth1: Improves use_strict compatibility (thank you Ted Goddard)
|
||||
* 0.9.11
|
||||
- OAuth2: No longer sends the type=webserver argument with the OAuth2 requests (thank you bendiy)
|
||||
- OAuth2: Provides a default (and overrideable) User-Agent header (thanks to Andrew Martens & Daniel Mahlow)
|
||||
- OAuth1: New followRedirects client option (true by default) (thanks to Pieter Joost van de Sande)
|
||||
- OAuth1: Adds RSA-SHA1 support (thanks to Jeffrey D. Van Alstine & Michael Garvin & Andreas Knecht)
|
||||
- OAuth2: No longer sends the type=webserver argument with the OAuth2 requests (thank you bendiy)
|
||||
- OAuth2: Provides a default (and overrideable) User-Agent header (thanks to Andrew Martens & Daniel Mahlow)
|
||||
- OAuth1: New followRedirects client option (true by default) (thanks to Pieter Joost van de Sande)
|
||||
- OAuth1: Adds RSA-SHA1 support (thanks to Jeffrey D. Van Alstine & Michael Garvin & Andreas Knecht)
|
||||
* 0.9.10
|
||||
- OAuth2: Addresses 2 issues that came in with 0.9.9, #129 & #125 (thank you José F. Romaniello)
|
||||
* 0.9.9
|
||||
@ -149,6 +154,10 @@ Change History
|
||||
Contributors (In no particular order)
|
||||
=====================================
|
||||
|
||||
* Evan Prodromou
|
||||
* Jose Ignacio Andres
|
||||
* Ted Goddard
|
||||
* Derek Brooks
|
||||
* Ciaran Jessup - ciaranj@gmail.com
|
||||
* Mark Wubben - http://equalmedia.com/
|
||||
* Ryan LeFevre - http://meltingice.net
|
||||
|
Reference in New Issue
Block a user