From 646074ce141e8ac12a972f46d071389a2ce124e4 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Thu, 3 Feb 2022 20:37:05 +0300 Subject: [PATCH] all: log changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad22454aac..d1103717fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ and this project adheres to ### Changed +- Response filtering is now performed by the message's answer section resource + record type ([#4238]). - Instead of adding the build time information, the build scripts now use the standardized environment variable [`SOURCE_DATE_EPOCH`][repr] to add the date of the commit from which the binary was built ([#4221]). This should simplify @@ -80,6 +82,7 @@ In this release, the schema version has changed from 12 to 13. [#3057]: https://github.com/AdguardTeam/AdGuardHome/issues/3057 [#3367]: https://github.com/AdguardTeam/AdGuardHome/issues/3367 [#4221]: https://github.com/AdguardTeam/AdGuardHome/issues/4221 +[#4238]: https://github.com/AdguardTeam/AdGuardHome/issues/4238 [repr]: https://reproducible-builds.org/docs/source-date-epoch/