mirror of https://github.com/fafhrd91/actix-web
Doc: Add change-log for TestRequst's cookie method
This commit is contained in:
parent
20b45b45b4
commit
2019b741bd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue