From 2019b741bde62fbea6068540b34ec423793519b4 Mon Sep 17 00:00:00 2001 From: winkidney Date: Wed, 2 Jan 2019 17:38:15 +0800 Subject: [PATCH] Doc: Add change-log for TestRequst's cookie method --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1c55f2ac7..a07388d3f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [0.7.18] - 2019-01-02 + +### Added + +* Add `with_cookie` for `TestRequest` to allow users to customize request cookie. #647 +* Add `cookie` method for `TestRequest` to allow users to add cookie dynamically. + ## [0.7.17] - 2018-12-25 ### Added