diff --git a/.changes/add-http3-feature-flag.md b/.changes/add-http3-feature-flag.md new file mode 100644 index 00000000..12d3712a --- /dev/null +++ b/.changes/add-http3-feature-flag.md @@ -0,0 +1,4 @@ +--- +"http": patch +--- +Added HTTP3 to the allowed feature flags for reqwest. This enables users to leverage HTTP3 functionality in Rust-side code without causing panics due to multiple imports with different features. Since HTTP3 is still considered experimental in reqwest, this feature is limited to Rust-side usage only. \ No newline at end of file