summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-01-04 14:53:00 +0100
committerGitHub <noreply@github.com>2020-01-04 14:53:00 +0100
commitf251c7caae6caabbcf6ea3b6a8dd8425f45d8e14 (patch)
tree15a8cad15489936c302ef6522ace5343e7a42745
parent3763f96304d89aab8206fc7c37d10eaf8ed70943 (diff)
docs(changelog): fix link and update color fix
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37b2a92..d87a2ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,4 +19,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Skip interfaces with error (https://github.com/imsnif/bandwhich/pull/49) - [@Grishy](https://github.com/Grishy)
- MacOS no-screen-of-death workaround (https://github.com/imsnif/bandwhich/pull/56) - [@zhangxp1998](https://github.com/zhangxp1998)
- Reduce CPU utilization on linux (https://github.com/imsnif/bandwhich/pull/68) - [@ebroto](https://github.com/ebroto)
-- Informative sudo error message (https://github.com/imsnif/bandwhich/issues/59) - [@Tobbeman](https://github.com/Tobbeman)
+- Informative sudo error message (https://github.com/imsnif/bandwhich/pull/67) - [@Tobbeman](https://github.com/Tobbeman)
+- Foreground text color for non-black terminals (https://github.com/imsnif/bandwhich/pull/65) - [@niiiil](https://github.com/niiiil)