summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-12-10 00:03:55 -0500
committerGitHub <noreply@github.com>2020-12-10 00:03:55 -0500
commitce020a7429d410e5eaaa1bfe3cb42f87f4f65092 (patch)
tree71bbcd2ef9b0464021aff7b1487aa87340363d68 /CHANGELOG.md
parent19cdc269fb8253ed1ec5b92152b625a85fdeeb4b (diff)
bug: Fix missing states in processes (#345)
Fixes another change breaking states from showing in processes.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5b0cebb..1c5ce586 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Bug Fixes
+## [0.5.4] - Unreleased
+
+## Changes
+
+## Bug Fixes
+
+- [#345](https://github.com/ClementTsang/bottom/pull/345): Fixes process states not showing.
+
## [0.5.3] - 2020-11-26
## Bug Fixes