diff options
author | Joe Wilm <joe@jwilm.com> | 2018-09-20 07:59:52 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2018-09-20 07:59:52 -0700 |
commit | 641f3291eb918afdc513daa89dbcabfcc202e077 (patch) | |
tree | 43d04fbe655c80f1dbe7bed16d4d7da944e7d976 | |
parent | 417ad9d430518859156bb3b629e82ed14a043e40 (diff) | |
download | alacritty-641f3291eb918afdc513daa89dbcabfcc202e077.tar.gz alacritty-641f3291eb918afdc513daa89dbcabfcc202e077.zip |
Update CHANGELOG for #1243
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f14446..8c42ccec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix build failure on 32-bit systems - Windows started as unfocused now show the hollow cursor if the setting is enabled +- Bracketed paste mode now filters escape sequences beginning with \x1b ## Version 0.2.0 |