From 19edb2c7ff47d35462d83703c766561d1c334daa Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Tue, 11 Oct 2022 19:45:49 +0300 Subject: [PATCH] all: imp log of changes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0570ebef5..31854726b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,8 +27,8 @@ and this project adheres to ### Fixed -- The default value of `dns.cache_size` accidentally set to `0` has now been - reverted to `4 MiB` ([#5010]). +- The default value of `dns.cache_size` accidentally set to 0 has now been + reverted to 4 MiB ([#5010]). - Responses for which the DNSSEC validation had explicitly been omitted aren't cached now ([#4942]). - Web UI not switching to HTTP/3 ([#4986], [#4993]).