summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-04-23 23:13:42 -0400
committerGitHub <noreply@github.com>2021-04-23 23:13:42 -0400
commitd4a18aea759818989acd18295618063155e6a2b9 (patch)
tree0d785a3774c813d0fb2086dc8ed5c0d3aa16fd9e /CHANGELOG.md
parentfcc478a1eb978c826ac416399813df7cdc6b94b2 (diff)
bug: Fix mouse hitboxes (#459)
Fixes the mouse hitbox checks overextending by 1. Also reverts the bandaid fix done for #458.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 917ffe49..92e6af53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -65,8 +65,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#425](https://github.com/ClementTsang/bottom/pull/425): Fixed a bug allowing grouped mode in tree mode if already in grouped mode.
-- [#458](https://github.com/ClementTsang/bottom/pull/458): Fix basic mode having really broken click bounding boxes.
-
## [0.5.7] - 2021-01-30
## Bug Fixes