From fdaa7b1f9e49afb6467361fee1e24fbfd575cdbc Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Mon, 2 May 2016 09:43:33 -0400 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index f8868df..ffff007 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +#### Unreleased +- `[NEW]` - Added new default [list](https://github.com/notracking/hosts-blocklists/) +- `[NEW]` - Added more info to debug log + tells you where to find it +- `[NEW]` - Added root check to whitelist/blacklist scripts +- `[NEW]` - Changed command to reload dnsmasq to have more compatibility +- `[FIX]` - Made help show for whitelist and blacklist scripts +- `[FIX]` - Now a custom IP specified at install will be used instead of whatever the script finds + #### [2.6.2] - 2016-04-11 - `[FIX]` - `gravity.list` not being populated correctly when run by cron [#409](../issues/409) - `[FIX]` - Cleaned up output of helptext on `pihole` command. [#453](../issues/453)