From 0ddd8e3dcc3606141b1b83f3f7623915595556c2 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Tue, 20 Dec 2022 17:59:55 +0300 Subject: [PATCH] Pull request: 5258-changelog Merge in DNS/adguard-home from 5258-changelog to master Updates #5258. Squashed commit of the following: commit a46f9435b91cfdd9f1da6132526707fe81004e51 Author: Eugene Burkov Date: Tue Dec 20 18:36:41 2022 +0400 all: log changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b23ecb4d..44474ab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,11 +42,14 @@ See also the [v0.107.21 GitHub milestone][ms-v0.107.21]. ### Fixed +- Filters updating strategy, which could sometimes lead to use of broken or + incompletely downloaded lists ([#5258]). - Errors popping up during updates of settings, which could sometimes cause the server to stop responding ([#5251]). [#5238]: https://github.com/AdguardTeam/AdGuardHome/issues/5238 [#5251]: https://github.com/AdguardTeam/AdGuardHome/issues/5251 +[#5258]: https://github.com/AdguardTeam/AdGuardHome/issues/5258 [ms-v0.107.21]: https://github.com/AdguardTeam/AdGuardHome/milestone/57?closed=1