This commit is contained in:
Sean McArthur
2019-06-06 11:33:03 -07:00
parent fabfa3eb70
commit 9f256405e5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## v0.9.18
- Fix `Cookie` headers to no longer send as percent-encoded (instead, exactly as sent by the server).
## v0.9.17
- Fix `Cookie` headers so as to not include attributes from the `Set-Cookie` (like `HttpOnly`, `Secure`, etc).