diff --git a/CHANGELOG.md b/CHANGELOG.md index 270cc9f..d4963e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 * Propagate WouldBlock in io:Error for Response::to_json.