From d53cb0128267e9346556a3870442984f5e186709 Mon Sep 17 00:00:00 2001 From: ciaranj Date: Mon, 20 Sep 2010 21:54:46 +0100 Subject: [PATCH] Changing the readme to reflect latest version changes --- Readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 7364b1d..01cdc3c 100644 --- a/Readme.md +++ b/Readme.md @@ -9,6 +9,8 @@ at connect-auth (http://github.com/ciaranj/connect-auth) Change History ============== + +* 0.8.2 - The request returning methods will now write the POST body if provided (Chris Anderson), the code responsible for manipulating the headers is a bit safe now when working with other code (Paul McKellar) and tweaked the package.json to use index.js instead of main.js * 0.8.1 - Added mechanism to get hold of a signed Node Request object, ready for attaching response listeners etc. (Perfect for streaming APIs) * 0.8.0 - Standardised method capitalisation, the old getOauthAccessToken is now getOAuthAccessToken (Breaking change to existing code) * 0.7.7 - Looks like non oauth_ parameters where appearing within the Authorization headers, which I believe to be inccorrect. @@ -21,5 +23,6 @@ Change History Contributors ============ -Ciaran Jessup - ciaranj@gmail.com -Mark Wubben - http://equalmedia.com/ + +* Ciaran Jessup - ciaranj@gmail.com +* Mark Wubben - http://equalmedia.com/