From eba356220cc06254b96cd3241bc80ab7a0ab017b Mon Sep 17 00:00:00 2001 From: liyixin <601947961@qq.com> Date: Mon, 11 Sep 2023 21:58:49 +0800 Subject: 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> --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3