fix: add note in changelog

This commit is contained in:
Jannik Keye 2019-03-14 08:32:20 +01:00
parent 825056e309
commit 52774a3289
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
* Add client HTTP Authentication methods `.basic_auth()` and `.bearer_auth()`. #540
* Add support for PATCH HTTP method
### Fixed
* Ignored the `If-Modified-Since` if `If-None-Match` is specified. #680