From 1320043e95cd99ae0d163677da82f02c785cc03e Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 22 Nov 2023 18:21:12 +0300 Subject: [PATCH] Pull request 2084: fix-chlog Squashed commit of the following: commit eb318af376731d7ba15132ae863ecaac004c4431 Author: Ainar Garipov Date: Wed Nov 22 18:04:02 2023 +0300 all: fix chlog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d577b25a..b4c041aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ NOTE: Add new changes BELOW THIS COMMENT. encrypted protocol is already used ([#1660]). - Ability to specify rate limiting settings in the Web UI ([#6369]). +### Changed + #### Configuration changes - The new property `dns.serve_plain_dns` has been added to the configuration @@ -41,7 +43,7 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed - `ipset` entries family validation ([#6420]). -- Pre-filling the New static lease window with data ([#6402]). +- Pre-filling the *New static lease* window with data ([#6402]). - Protection pause timer synchronization ([#5759]). [#1660]: https://github.com/AdguardTeam/AdGuardHome/issues/1660