diff --git a/CHANGELOG.md b/CHANGELOG.md index db8eca8ae..c35de1fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.11.15 + +- Add `RequestBuilder` methods to split and reconstruct from its parts. +- Add experimental HTTP/3 support. +- Fix `connection_verbose` to log `write_vectored` calls. +- (wasm) Make requests actually cancel if the future is dropped. + ## v0.11.14 - Adds `Proxy::no_proxy(url)` that works like the NO_PROXY environment variable.