summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-29 04:06:21 -0400
committerGitHub <noreply@github.com>2020-08-29 04:06:21 -0400
commitb6363096b416ddbe8f4a207cdd896194ba3e6e95 (patch)
tree6d3b48955a9ed94762a00d7e919010d67ae44c26 /CHANGELOG.md
parent6e7b35c421b35c672956f3e5012408fe2205c46c (diff)
bug: fix bug where you could move down in basic proc when search was off (#211)
Fixes a bug where you could move down in a process widget even if search was disabled while in basic mode.
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 6b7cd40c..55f8c06f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Bug Fixes
+- [211](https://github.com/ClementTsang/bottom/pull/211): Fixes a bug where you could move down in the process widget even if the process widget search was closed.
+
## [0.4.7] - 2020-08-26
### Bug Fixes