summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-09-06 02:16:50 -0400
committerGitHub <noreply@github.com>2020-09-06 02:16:50 -0400
commit0d8572c6923c687c19a7cdbcc7128ba703e4e06d (patch)
tree18476d8512ef4cc19882e4ac5a1979847ab61f90 /CHANGELOG.md
parentcc87fa8e4a2693a0015290c62cd0ccdecec0815a (diff)
fix: Fixes count being sortable, but nothing occuring (#224)
Fixes sorting by count being available, but doing nothing. This fix makes it sortable.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5762280b..9b3357bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#215](https://github.com/ClementTsang/bottom/pull/215): Add labels to Linux temperature values.
+- [#224](https://github.com/ClementTsang/bottom/pull/224): Implements sorting by count. It previously did absolutely nothing.
+
## [0.4.7] - 2020-08-26
### Bug Fixes