diff --git a/CHANGELOG.md b/CHANGELOG.md index fda4fe42..2e3a35c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,12 +57,14 @@ and this project adheres to ### Fixed +- Possible freezes on slower machines ([#2225]). - A mitigation against records being shown in the wrong order on the query log page ([#2293]). - A JSON parsing error in query log ([#2345]). - Incorrect detection of the IPv6 address of an interface as well as another infinite loop in the `/dhcp/find_active_dhcp` HTTP API ([#2355]). +[#2225]: https://github.com/AdguardTeam/AdGuardHome/issues/2225 [#2293]: https://github.com/AdguardTeam/AdGuardHome/issues/2293 [#2345]: https://github.com/AdguardTeam/AdGuardHome/issues/2345 [#2355]: https://github.com/AdguardTeam/AdGuardHome/issues/2355