summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-21 21:40:40 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-21 21:40:40 -0400
commitb33ea11af2d44a49558fcbf48ac7837307ef4143 (patch)
tree6c24022fd7d347f84fe4396fd4f27bcbd11306d2 /CHANGELOG.md
parent948c1206e9e72ffbcb893a400b25502251f2dec0 (diff)
bug: fix query not working for or, refactor a bit
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 bff01ec7..713610ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed a bug where bottom would incorrectly read the wrong values to calculate the read/write columns for processes in Linux.
+- Fixed a bug where OR operations in the process query wouldn't work for process names.
+
## [0.4.3] - 2020-05-15
### Other