From 02c092e140adca82ce587edf092f1767665d2a0b Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Fri, 14 Dec 2012 09:43:50 -0800 Subject: [PATCH] Improvement to last commit changing History.md --- History.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 599af4cf28..3b6b9a38f9 100644 --- a/History.md +++ b/History.md @@ -1,8 +1,9 @@ ## vNEXT -* `OAuth1Binding.get` and `OAuth1Binding.call` now return the full response, - rather than just the data. Also, introduce `OAuth1Binding.post`. #534 +* `OAuth1Binding.get` and `OAuth1Binding.call` now return the full response + (including headers and statusCode), rather than just the data. Also, + introduce `OAuth1Binding.post`. #534 ## v0.5.2