From 777b310a4be55f6946fae03abdec3bbfb8319681 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Thu, 6 Mar 2025 16:12:10 +0300 Subject: [PATCH] all: fix changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2cb08ff..d7043103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,13 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed +- Invalid ICMPv6 Router Advertisement messages ([#7547]). + - Changes to global upstream DNS settings not applying to custom client upstream configurations. + - The formatting of large numbers in the clients tables on the *Client settings* page ([#7583]). +[#7547]: https://github.com/AdguardTeam/AdGuardHome/issues/7547 [#7583]: https://github.com/AdguardTeam/AdGuardHome/issues/7583