From 23c1a3689777f50f31109b7bd8779c335a3e61c6 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Wed, 5 Mar 2025 05:21:19 +0200 Subject: [PATCH] Update .changes/add-http3-feature-flag.md --- .changes/add-http3-feature-flag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/add-http3-feature-flag.md b/.changes/add-http3-feature-flag.md index 8f1d892e..8347cb19 100644 --- a/.changes/add-http3-feature-flag.md +++ b/.changes/add-http3-feature-flag.md @@ -2,4 +2,4 @@ "http": patch "http-js": 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 +Added `http3` feature flag which can be used to enable `reqwest`'s `http3` feature flag. \ No newline at end of file