summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-06-19 05:37:22 +0000
committerGitHub <noreply@github.com>2023-06-19 01:37:22 -0400
commit594e091a937e43397e06191783050fcefab2beaf (patch)
tree2b1c2aff94abf0b12a9a8afe109977ad9d7e5520 /CHANGELOG.md
parent22d0d49984d8c6cf51db697028b964618eed173c (diff)
bug: fix arguments being unsorted (#1216)
clap v4 apparently changed it so arguments are not sorted by default like before - this manually sorts the arguments beforehand to achieve the same effect.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 819abcf7..49901965 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.9.3]/[0.10.0] - Unreleased
+## Bug Fixes
+
+- [https://github.com/ClementTsang/bottom/pull/1216](https://github.com/ClementTsang/bottom/pull/1216): Fix arguments not being sorted alphabetically.
+
## [0.9.2] - 2023-06-11
## Bug Fixes