Version 0.13.0.dev1 (#935)
This commit is contained in:
parent
4af3dd7abc
commit
560b119d32
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.13.0.dev1 (May 6th, 2020)
|
||||
|
||||
The 0.13.0.dev1 is a *pre-release* version. To install it, use `pip install httpx --pre`.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Passing `http2` flag to proxy dispatchers. (Pull #934)
|
||||
- Use [`httpcore` v0.8.3](https://github.com/encode/httpcore/releases/tag/0.8.3)
|
||||
which addresses problems in handling of headers when using proxies.
|
||||
|
||||
## 0.13.0.dev0 (April 30th, 2020)
|
||||
|
||||
The 0.13.0.dev0 is a *pre-release* version. To install it, use `pip install httpx --pre`.
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
__title__ = "httpx"
|
||||
__description__ = "A next generation HTTP client, for Python 3."
|
||||
__version__ = "0.13.dev0"
|
||||
__version__ = "0.13.0.dev1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user