From 763bbb5e6b24daeea4168d4bc35ba6137f8d6e37 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Tue, 17 Oct 2023 18:42:25 +0300 Subject: [PATCH] Pull request 2046: fix-chlog Squashed commit of the following: commit 248ecfb16d5aaaa7b18b5210181ef433035b3c39 Author: Ainar Garipov Date: Tue Oct 17 18:35:14 2023 +0300 all: fix chlog --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baf6f568..ebe4df89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,18 +25,18 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Changed -- "Block" and "Unblock" buttons of the query log moved to the tooltip menu ([#684]). +- *Block* and *Unblock* buttons of the query log moved to the tooltip menu + ([#684]). ### Fixed - Dashboard tables scroll issue ([#6180]). +- The time shown in the statistics is one hour less than the current time + ([#6296]). - Issues with QUIC and HTTP/3 upstreams on FreeBSD ([#6301]). -- Panic on clearing query log ([#6304]). -- The time shown in the statistics is one hour less than the current time ([#6296]). -- Issues with QUIC and HTTP/3 upstreams on FreeBSD ([#6301]). -- Panic on clearing query log ([#6304]). +- Panic on clearing the query log ([#6304]). -[#684]: https://github.com/AdguardTeam/AdGuardHome/issues/684 +[#684]: https://github.com/AdguardTeam/AdGuardHome/issues/684 [#6180]: https://github.com/AdguardTeam/AdGuardHome/issues/6180 [#6296]: https://github.com/AdguardTeam/AdGuardHome/issues/6296 [#6301]: https://github.com/AdguardTeam/AdGuardHome/issues/6301