1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Added history for 1.3.1

This commit is contained in:
Julien Kirch 2010-02-10 18:50:05 +01:00
parent ccb591958c
commit fe076ece71

View file

@ -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)