Skip to content

Commit a7a76fb

Browse files
Version 0.15.4 (#1327)
* Version 0.15.4 * Update CHANGELOG * Update CHANGELOG * Update CHANGELOG
1 parent 815ef94 commit a7a76fb

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 0.15.4 (September 25th, 2020)
8+
9+
### Added
10+
11+
* Support direct comparisons between `Headers` and dicts or lists of two-tuples. Eg. `assert response.headers == {"Content-Length": 24}` (Pull #1326)
12+
13+
### Fixed
14+
15+
* Fix automatic `.read()` when `Response` instances are created with `content=<str>` (Pull #1324)
16+
717
## 0.15.3 (September 24th, 2020)
818

919
### Fixed

httpx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "httpx"
22
__description__ = "A next generation HTTP client, for Python 3."
3-
__version__ = "0.15.3"
3+
__version__ = "0.15.4"

0 commit comments

Comments
 (0)