From fdb35418be9e7d12751d3b55cbdb4acbea03fdef Mon Sep 17 00:00:00 2001 From: Sunil Narasimhamurthy Date: Mon, 27 Nov 2023 14:41:50 +0000 Subject: [PATCH] docs: correcting flag removal (#31046) Commit Message: Additional Description: Previous PR #30434 did remove the flag but there was a typo on the release notes. The flag correctly_validate_alpn was already removed in v1.24.0 Release Notes: yes Platform Specific Features: Signed-off-by: Sunil Narasimhamurthy --- changelogs/current.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 6508c4d635f0..856c2526ba40 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -104,7 +104,7 @@ removed_config_or_runtime: Removed ``envoy.reloadable_features.expand_agnostic_stream_lifetime`` and legacy code paths. - area: http change: | - removed ``envoy.reloadable_features.correctly_validate_alpn`` and legacy code paths. + removed ``envoy.reloadable_features.sanitize_original_path`` and legacy code paths. - area: maglev change: | Removed ``envoy.reloadable_features.allow_compact_maglev`` and legacy code paths.