summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorliyixin <601947961@qq.com>2023-09-11 21:58:49 +0800
committerGitHub <noreply@github.com>2023-09-11 21:58:49 +0800
commiteba356220cc06254b96cd3241bc80ab7a0ab017b (patch)
treebbb2b1ae03902e278444fd9b4a8316796953014b /CHANGELOG.md
parentf50cdeb875b0eeaa6732593a13cacc8df1e10664 (diff)
migrate structopt to clap (#285)
* migrate structopt to clap * add a entry in changelog * Move changelog entry from `Added` to `Fixed` --------- Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f8fea23..a824fca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
+### Added
+
### Fixed
* Fixed resolv.conf errors on systems with trust-ad (https://github.com/imsnif/bandwhich/pull/201) - [@JoshLambda](https://github.com/JoshLambda)
* Fixed build issues by updating various dependencies
+* migrate out-of-date dependency `structopt` to `clap` (https://github.com/imsnif/bandwhich/pull/285) - [@Liyixin95](https://github.com/Liyixin95)
## [0.20.0] - 2020-10-15