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:
parent
2e0649f403
commit
a99be16710
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue