Version 0.15.4 (#1327)
* Version 0.15.4 * Update CHANGELOG * Update CHANGELOG * Update CHANGELOG
This commit is contained in:
parent
815ef94ed9
commit
a7a76fbb12
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## 0.15.4 (September 25th, 2020)
|
||||
|
||||
### Added
|
||||
|
||||
* Support direct comparisons between `Headers` and dicts or lists of two-tuples. Eg. `assert response.headers == {"Content-Length": 24}` (Pull #1326)
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fix automatic `.read()` when `Response` instances are created with `content=<str>` (Pull #1324)
|
||||
|
||||
## 0.15.3 (September 24th, 2020)
|
||||
|
||||
### Fixed
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
__title__ = "httpx"
|
||||
__description__ = "A next generation HTTP client, for Python 3."
|
||||
__version__ = "0.15.3"
|
||||
__version__ = "0.15.4"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user