From 38ea6a2d3c2ec1af8a771c3c93ad7ce0fada1f46 Mon Sep 17 00:00:00 2001 From: theduke Date: Tue, 9 Apr 2019 22:21:57 +0200 Subject: [PATCH] Update changelog for cookie changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee479d..b33f663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ - Add optional support for SOCKS5 proxies, by enabling the `socks5` cargo feature. - Add Cookie Store support to `Client`, automatically handling cookies for a session. +* Add `ClientBuilder::cookie_store(enable: bool)` method to enable a cookie store that persists across requests. +* Add `Response::cookies()` accessor that allows iterating over response cookies. - Fix `Proxy` to check the URL for a username and password. ## v0.9.13