From fe076ece713e55bc8f45d77b2cbea8d33899ada5 Mon Sep 17 00:00:00 2001 From: Julien Kirch Date: Wed, 10 Feb 2010 18:50:05 +0100 Subject: [PATCH] Added history for 1.3.1 --- history.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/history.md b/history.md index 1093d16..9ee5741 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,7 @@ +# 1.3.1 + +- added compatibility to enable responses in exception to act like Net::HTTPResponse + # 1.3.0 - a block can be used to process a request's result, this enable to handle custom error codes or paththrought (design by Cyril Rohr)