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

Add history notes for header changes.

This commit is contained in:
Andy Brody 2015-03-23 21:59:53 -07:00
parent 2e0649f403
commit a99be16710

View file

@ -25,6 +25,9 @@ This release is largely API compatible, but makes several breaking changes.
warning for now
- `Response#to_i` will now behave like `String#to_i` instead of returning the
HTTP response code, which was very surprising behavior.
- Handle multiple HTTP response headers with the same name (except for
Set-Cookie, which is special) by joining the values with a comma space,
compliant with RFC 7230
# 1.8.0