From 24bcc8c7124a25424b85f01e8f57feac32a65fd8 Mon Sep 17 00:00:00 2001 From: ciaranj Date: Mon, 10 May 2010 20:05:28 +0100 Subject: [PATCH] Updated the notes to demonstrate the 0.7.0 change was breaking :( --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index c521066..f257f42 100644 --- a/Readme.md +++ b/Readme.md @@ -6,3 +6,9 @@ Tested against both Twitter (http://twitter.com), term.ie (http://term.ie/oauth Also provides rudimentary OAuth2 support, tested against facebook connect. + +Change History +============== +0.7.0 - Introduces support for HTTPS end points and callback URLS for OAuth 1.0A and Oauth 2 (Please be aware that this was a breaking change to the constructor arguments order) + +