From 659b2529bf39cc4e895ef0e9fe39022613012458 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Mon, 7 Feb 2022 20:23:07 +0300 Subject: [PATCH] cherry-pick: upd changelog Merge in DNS/adguard-home from changelog-right-now to master Squashed commit of the following: commit b391a1f8ac666de67ad6d00c9cbf6e90614f16c7 Author: Eugene Burkov Date: Mon Feb 7 20:18:25 2022 +0300 fix changelog commit 39878b75c9ecc91668be759d4cc033961c91c2c5 Author: Eugene Burkov Date: Mon Feb 7 20:15:43 2022 +0300 all: log changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 348f3f45..791eb47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,10 +37,13 @@ See also the [v0.107.4 GitHub milestone][ms-v0.107.4]. ### Fixed +- Optimistic cache now responds with expired items even if those can't be + resolved again ([#4254]). - Unnecessarily complex hosts-related logic leading to infinite recursion in some cases ([#4216]). [#4216]: https://github.com/AdguardTeam/AdGuardHome/issues/4216 +[#4254]: https://github.com/AdguardTeam/AdGuardHome/issues/4254 [ms-v0.107.4]: https://github.com/AdguardTeam/AdGuardHome/milestone/41?closed=1