summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-04-05 18:26:58 +0200
committerGitHub <noreply@github.com>2020-04-05 18:26:58 +0200
commit1569f6038df215a85532fe2e77a8ed47ca797c0b (patch)
treec68120ef05b1be978af5e2be591938b953d352e7
parent11da09934e82f1218fd7c284d823ee68bf4ae58a (diff)
docs(changelog): hide dns queries.
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fafb4a5..002eeaf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+### Added
+* Hide DNS queries by default. This can be overridden with `-s, --show-dns` (https://github.com/imsnif/bandwhich/pull/161) - [@olesh0](https://github.com/olehs0)
+
### Fixed
* Fix the loss of large, merged packets (https://github.com/imsnif/bandwhich/pull/158) - [@TheLostLambda](https://github.com/TheLostLambda)