From f44b2280399af989bb35628814a2fec0d31fbfb5 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 17 Sep 2022 13:14:48 +0200 Subject: [PATCH] CHANGES for 0.0.8 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4235808..0db7d9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## v0.0.8 (2022-09-17) + +* use Status.is_redirection instead of a match on the polymorphic variant, to + support unknown 3xx codes (such as 308) (#11 @hannesm) +* add some yield in the main loop to allow concurrency with other fibers (issue + #12 by @kit-ty-kate, fixed in #13 by @dinosaure) +* hurl: add a no-follow flag (@hannesm) + ## v0.0.7 (2022-08-25) * upgrade to h2 0.9.0 API (#10 @hannesm)