From 73ff401b0fa5b20139ce928bcc170ff801cd53ef Mon Sep 17 00:00:00 2001 From: Stanislav Chzhen Date: Thu, 10 Oct 2024 16:33:03 +0300 Subject: [PATCH] Pull request 2290: 7250-custom-client-cache Updates #7250. Squashed commit of the following: commit 062660f17e164b92a3254c5b79543080c6884dd5 Author: Stanislav Chzhen Date: Wed Oct 9 17:42:17 2024 +0300 all: upd chlog commit 66fa039ede456454f26b3bfedefabfe71beda3ab Author: Stanislav Chzhen Date: Wed Oct 9 17:30:58 2024 +0300 home: custom client cache --- CHANGELOG.md | 2 ++ internal/home/clients.go | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a9f4cc..771bb207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,10 +31,12 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed +- Custom client cache ([#7250]). - Missing runtime clients with information from the system hosts file on first AdGuard Home start ([#7315]). [#6818]: https://github.com/AdguardTeam/AdGuardHome/issues/6818 +[#7250]: https://github.com/AdguardTeam/AdGuardHome/issues/7250 [#7315]: https://github.com/AdguardTeam/AdGuardHome/issues/7315