summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-05-19 17:58:17 -0400
committerGitHub <noreply@github.com>2020-05-19 17:58:17 -0400
commitcf1d41c83af56884611984c7a7b15a59b7a5df8a (patch)
tree113050ec5e8ac674fe4a6bdfe2b3105ebe48516c /CHANGELOG.md
parente2e1ac300618a06d8cc3f5216cd79ffed39eb913 (diff)
feature: add back states to unmerged processes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15a42af2..df6d3b0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Features
-- TODO: ~~[#114](https://github.com/ClementTsang/bottom/pull/114): Process state per process (originally in 0.4.0, moved to later).~~
+- [#114](https://github.com/ClementTsang/bottom/pull/114): Show process state per process (originally in 0.4.0, moved to later). This only
+ shows if the processes are not merged together; I couldn't think of a nice way to show it when grouped together, unfortunately.
### Changes