From 307f004f450f588a01c7788f135fd6f21316e93d Mon Sep 17 00:00:00 2001 From: NickIliev Date: Fri, 21 Feb 2025 13:54:55 +0200 Subject: [PATCH 1/2] docs: fix typo --- release-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-history.md b/release-history.md index f879d94..8cb4255 100644 --- a/release-history.md +++ b/release-history.md @@ -24,7 +24,7 @@ position: 300 #### Improvements - Added support for TLS 1.3 -- Support for HTTP/2 thorugh the `EnableHTTP2` configuration option. +- Support for HTTP/2 through the `EnableHTTP2` configuration option. - Support for adding custom TLS provider through the `UseClientTlsProvider` configuration option. - The `SessionMetrics` has additional information for different timings and sizes throughout the session lifecycle. - The SAZ archive now contains additional information for timings and sizes. From d3509ebdcf1618b6f4518c91be96d8b6e799515d Mon Sep 17 00:00:00 2001 From: NickIliev Date: Fri, 21 Feb 2025 13:55:33 +0200 Subject: [PATCH 2/2] docs: release notes improvments --- release-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-history.md b/release-history.md index 8cb4255..20648c1 100644 --- a/release-history.md +++ b/release-history.md @@ -25,7 +25,7 @@ position: 300 - Added support for TLS 1.3 - Support for HTTP/2 through the `EnableHTTP2` configuration option. -- Support for adding custom TLS provider through the `UseClientTlsProvider` configuration option. +- Support for adding a custom TLS provider through the `UseClientTlsProvider` configuration option. - The `SessionMetrics` has additional information for different timings and sizes throughout the session lifecycle. - The SAZ archive now contains additional information for timings and sizes.