summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <wchibisovkirill@gmail.com>2019-09-26 15:44:59 +0300
committerChristian Duerr <contact@christianduerr.com>2019-09-26 14:44:59 +0200
commitad24485cdb5a2b6559185c3c41adbf6852e5ac80 (patch)
tree549c7f44d03b3bf6668406ab1d73f5660d73dd69 /CHANGELOG.md
parentc1f089970fd3d4b9137d07647f8cd028b2b5b3a9 (diff)
downloadalacritty-ad24485cdb5a2b6559185c3c41adbf6852e5ac80.tar.gz
alacritty-ad24485cdb5a2b6559185c3c41adbf6852e5ac80.zip
Fix overflow on wrong scroll region setting
Fixes #2822.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f47a0135..fd802b39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -48,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Wayland primary selection clipboard not storing text when selection is stopped outside of the window
- Block URL highlight while a selection is active
- Bindings for Alt + F1-F12
+- Discard scrolling region escape with bottom above top
### Removed