Update CHANGELOG for 2.6.0 (#572)
This commit is contained in:
committed by
GitHub
parent
a8ca1ec085
commit
78ec3a4d75
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,3 +1,14 @@
|
|||||||
|
# 2.6.0
|
||||||
|
|
||||||
|
## Added
|
||||||
|
* Response::remote_addr() (#489)
|
||||||
|
* Request::query_pairs() - make query params from an Iterator of pairs (#519)
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
* Gzip responses with chunked encoding now work with connection pooling (#560)
|
||||||
|
* Don't panic when rustls-native-certs errors (#564)
|
||||||
|
* Responses with zero-length body now work with connection pooling (#565)
|
||||||
|
|
||||||
# 2.5.0
|
# 2.5.0
|
||||||
* Add tcp no_delay option (#465)
|
* Add tcp no_delay option (#465)
|
||||||
* Rework public TLS traits
|
* Rework public TLS traits
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ureq"
|
name = "ureq"
|
||||||
version = "2.5.0"
|
version = "2.6.0"
|
||||||
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
|
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
|
||||||
description = "Simple, safe HTTP client"
|
description = "Simple, safe HTTP client"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user