mirror of https://github.com/fafhrd91/actix-web
fix: add note in changelog
This commit is contained in:
parent
825056e309
commit
52774a3289
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
* Add client HTTP Authentication methods `.basic_auth()` and `.bearer_auth()`. #540
|
* Add client HTTP Authentication methods `.basic_auth()` and `.bearer_auth()`. #540
|
||||||
|
|
||||||
|
* Add support for PATCH HTTP method
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Ignored the `If-Modified-Since` if `If-None-Match` is specified. #680
|
* Ignored the `If-Modified-Since` if `If-None-Match` is specified. #680
|
||||||
|
|
Loading…
Reference in New Issue