From 97073d0d9e3f129d28cc082808451e64be9968b4 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 30 Jun 2021 14:10:06 +0300 Subject: [PATCH] Pull request: all: fix typos in chlog Merge in DNS/adguard-home from imp-changelog to master Squashed commit of the following: commit 4a1ed06b77d4aa39c59e1b83fb019709a4362088 Merge: e1352bea 116bedd7 Author: Ainar Garipov Date: Wed Jun 30 14:04:50 2021 +0300 Merge branch 'master' into imp-changelog commit e1352bea546211a5dd84890c51f32bdf69174850 Author: Ainar Garipov Date: Wed Jun 30 13:59:46 2021 +0300 all: fix typos in chlog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e8dff7..33c6ee66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,14 +35,14 @@ and this project adheres to ([#3185]). - The ability to completely disable reverse DNS resolving of IPs from locally-served networks ([#3184]). -- New flag `--local-frontend` to serve dinamically changeable frontend files +- New flag `--local-frontend` to serve dynamically changeable frontend files from disk as opposed to the ones that were compiled into the binary. ### Changed - Query log search now supports internationalized domains ([#3012]). - Internationalized domains are now shown decoded in the query log with the - original encoded version shown in request details. ([#3013]). + original encoded version shown in request details ([#3013]). - When /etc/hosts-type rules have several IPs for one host, all IPs are now returned instead of only the first one ([#1381]). - The setting `rlimit_nofile` is now in the `os` block of the configuration @@ -149,7 +149,7 @@ released by then. ### Fixed - Local domain name handling when the DHCP server is disabled ([#3028]). -- Normalization of perviously-saved invalid static DHCP leases ([#3027]). +- Normalization of previously-saved invalid static DHCP leases ([#3027]). - Validation of IPv6 addresses with zones in system resolvers ([#3022]). [#3022]: https://github.com/AdguardTeam/AdGuardHome/issues/3022