From 14fe3e8ed5b7ed0dee87e15169871cc3c3bd2dc8 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 25 Oct 2022 21:34:39 +0200 Subject: [PATCH] changes for 0.1.0 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0db7d9d..506e079 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## v0.1.0 (2022-10-25) + +* Add function "request", remove "one_request". The response body is a stream + now to support responses where the body exceeds the memory (or maximum string + length) (#14 @kit-ty-kate) +* BUGFIX hurl had "input" and "output" switched (#14 @hannesm) + ## v0.0.8 (2022-09-17) * use Status.is_redirection instead of a match on the polymorphic variant, to