diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index 9025a2fb92c9..229c4ba4558a 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -26,7 +26,7 @@ Version history * header to metadata: added :ref:`PROTOBUF_VALUE ` and :ref:`ValueEncode ` to support protobuf Value and Base64 encoding. * http: added the ability to reject HTTP/1.1 requests with invalid HTTP header values, using the runtime feature `envoy.reloadable_features.strict_header_validation`. * http: added the ability to :ref:`merge adjacent slashes` in the path. -* http: remove h2c upgrade headers for HTTP/1 requests which are not currently supported. +* http: remove h2c upgrade headers for HTTP/1 as h2c upgrades are currently not supported. * listeners: added :ref:`continue_on_listener_filters_timeout ` to configure whether a listener will still create a connection when listener filters time out. * listeners: added :ref:`HTTP inspector listener filter `. * redis: added :ref:`read_policy ` to allow reading from redis replicas for Redis Cluster deployments.