diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ba84e4..0ec6589e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,11 @@ and this project adheres to @@ -85,12 +85,16 @@ In this release, the schema version has changed from 20 to 21. ### Fixed - - DNSCrypt upstream not resetting the client and resolver information on - dialing errors ([#5872]). +- Queries with the question-section target `.`, for example `NS .`, are now + counted in the statistics and correctly shown in the query log ([#5910]). +- Safe Search not working with `AAAA` queries for domains that don't have `AAAA` + records ([#5913]). [#951]: https://github.com/AdguardTeam/AdGuardHome/issues/951 [#1577]: https://github.com/AdguardTeam/AdGuardHome/issues/1577 [#3389]: https://github.com/AdguardTeam/AdGuardHome/issues/3389 +[#5910]: https://github.com/AdguardTeam/AdGuardHome/issues/5910 +[#5913]: https://github.com/AdguardTeam/AdGuardHome/issues/5913