CHANGELOG 1.4.1

This commit is contained in:
Martin Algesten
2020-09-13 14:24:04 +02:00
parent f38c203215
commit 64ab65ba35

View File

@@ -1,3 +1,9 @@
# 1.4.1
* Use buffer to avoid byte-by-byte parsing result in multiple syscalls.
* Allow pooling multiple connections per host.
* Put version in user agent "ureq/1.4.1".
# 1.4.0 # 1.4.0
* Propagate WouldBlock in io:Error for Response::to_json. * Propagate WouldBlock in io:Error for Response::to_json.