From 1bc2186c2deaddb1a7c70f0d4fad0d0d03433cbc Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Mon, 7 Feb 2022 20:23:07 +0300 Subject: [PATCH] Pull request: 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 132c6629..1464d3ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,14 +57,12 @@ In this release, the schema version has changed from 12 to 13. ### Deprecated - - Go 1.17 support. v0.109.0 will require at least Go 1.18 to build. ### 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]). @@ -81,8 +79,10 @@ In this release, the schema version has changed from 12 to 13. [#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993 [#3057]: https://github.com/AdguardTeam/AdGuardHome/issues/3057 [#3367]: https://github.com/AdguardTeam/AdGuardHome/issues/3367 +[#4216]: https://github.com/AdguardTeam/AdGuardHome/issues/4216 [#4221]: https://github.com/AdguardTeam/AdGuardHome/issues/4221 [#4238]: https://github.com/AdguardTeam/AdGuardHome/issues/4238 +[#4254]: https://github.com/AdguardTeam/AdGuardHome/issues/4254 [repr]: https://reproducible-builds.org/docs/source-date-epoch/