From 734578fd04567a3d7186ab274226279b43b991fc Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Mon, 14 Aug 2023 16:25:09 +0300 Subject: [PATCH] docs: check port install --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf360a41..90b93fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ In this release, the schema version has changed from 24 to 25. ### Fixed +- Address already in use when trying to install on port 3000 ([#6099]). - Panic on using a single-slash filtering rule. - Panic on shutting down while DNS requests are in process of filtering ([#5948]). @@ -69,6 +70,7 @@ In this release, the schema version has changed from 24 to 25. [#1453]: https://github.com/AdguardTeam/AdGuardHome/issues/1453 [#5948]: https://github.com/AdguardTeam/AdGuardHome/issues/5948 [#6053]: https://github.com/AdguardTeam/AdGuardHome/issues/6053 +[#6099]: https://github.com/AdguardTeam/AdGuardHome/issues/6099