Doc: Add change-log for TestRequst's cookie method

This commit is contained in:
winkidney 2019-01-02 17:38:15 +08:00
parent 20b45b45b4
commit 2019b741bd
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Changes # 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 ## [0.7.17] - 2018-12-25
### Added ### Added