From ed209daf8af27e83c1edd2889b7e0c0f26641e42 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Mon, 19 Sep 2022 17:06:29 +0300 Subject: [PATCH] all: doc changes --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0085dade..8c9ccdcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,13 @@ and this project adheres to - Weaker cipher suites that use the CBC (cipher block chaining) mode of operation have been disabled ([#2993]). +### Added + +- Support for plain (unencrypted) HTTP/2 ([#4930]). This is useful for AdGuard + Home installations behind a reverse proxy. + [#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993 +[#4930]: https://github.com/AdguardTeam/AdGuardHome/issues/4930