From a846c282a9f8672629ab192e4062da6f87a8dd86 Mon Sep 17 00:00:00 2001 From: ciaranj Date: Sat, 28 Jul 2012 13:49:52 +0100 Subject: [PATCH] Oops, my Readme.md wasn't consistent with the other lines --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 620a13b..85356b6 100644 --- a/Readme.md +++ b/Readme.md @@ -17,9 +17,9 @@ Change History ============== * 0.9.8 - - OAuth: Support overly-strict OAuth server's that require whitespace separating the Authorization Header parameters (e.g. 500px.com) (Thanks to Christian Schwarz) - - OAuth: Fix incorrect double-encoding of PLAINTEXT OAuth connections (Thanks to Joe Rozner) - - OAuth: Minor safety check added when checking hostnames. (Thanks to Garrick Cheung) + - OAuth1: Support overly-strict OAuth server's that require whitespace separating the Authorization Header parameters (e.g. 500px.com) (Thanks to Christian Schwarz) + - OAuth1: Fix incorrect double-encoding of PLAINTEXT OAuth connections (Thanks to Joe Rozner) + - OAuth1: Minor safety check added when checking hostnames. (Thanks to Garrick Cheung) * 0.9.7 - OAuth2: Pass back any extra response data for calls to getOAuthAccessToken (Thanks to Tang Bo Hao) - OAuth2: Don't force a https request if given a http url (Thanks to Damien Mathieu)