Updated Changelog (markdown)

Mcat12 2016-05-11 17:36:59 -04:00
parent 7e4683b539
commit d1549013c9

@ -1,10 +1,12 @@
#### Unreleased
- `[NEW]` - Added new default [list](https://github.com/notracking/hosts-blocklists/) (commented out by default)
- `[NEW]` - Added more info to debug log + tells you where to find it
- `[NEW]` - Added new default [list](https://github.com/notracking/hosts-blocklists/) (commented out by default) [#452](https://github.com/pi-hole/pi-hole/pull/452)
- `[NEW]` - Added more info to debug log + tells you where to find it [#460](https://github.com/pi-hole/pi-hole/pull/460)
- `[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
- `[FIX]` - Made help show for whitelist and blacklist scripts [#468](https://github.com/pi-hole/pi-hole/pull/468)
- `[FIX]` - Now a custom IP specified at install will be used instead of whatever the script finds [#472](https://github.com/pi-hole/pi-hole/pull/472)
- `[FIX]` - Add `X-Frame-Options: DENY` to the web interface headers so that it can't be used in place of an ad [#491](https://github.com/pi-hole/pi-hole/pull/491)
- `[FIX]` - Remove toilet and figlet as dependencies. They are replaced with simple echo calls [#500](https://github.com/pi-hole/pi-hole/pull/500)
#### [2.6.2] - 2016-04-11
- `[FIX]` - `gravity.list` not being populated correctly when run by cron [#409](../issues/409)