Skip to content

Commit

Permalink
CHANGES for 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Sep 17, 2022
1 parent 7ad27e8 commit f44b228
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit f44b228

Please sign in to comment.