From 08e9dfe46e326b713a13892e933d9bbc9ea55c87 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 9 Jun 2020 09:55:40 +0200 Subject: [PATCH] Nits --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a6f16011..60e908dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,14 +8,14 @@ and relays lists. - Android: the time zone for log files is now set to the system time zone. - Quite a lot of updates and additions have been made to the -example domain blacklists configuration. Thanks to `IceCodeNew`. +example domain block lists. Thanks to `IceCodeNew`! - Cached configuration files can now be temporarily used if they are out of date, but bootstraping is impossible. Contributed by `lifenjoiner`, thanks! - Precompiled macOS binaries are now notarized. - `generate-domains-blacklists` now tries to deduplicate entries -clobbered by wildcard rules. Thanks to `Huhni`. - - `generate-domains-blacklists` can now directly write blacklists to a +clobbered by wildcard rules. Thanks to `Huhni`! + - `generate-domains-blacklists` can now directly write lists to a file with the `-o` command-line option. - cache files are now downloaded as the user the daemon will be running as. This fixes permission issues at startup time.