aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2018-09-20 08:25:28 -0700
committerJoe Wilm <joe@jwilm.com>2018-09-20 08:25:28 -0700
commit34ba485fb5a38f8018e31158269a0662e530e665 (patch)
tree50b610ee126fec096c379bb8ade50b0afe57ffb7
parent3b46859eceea39afb8bbc760235cc15de78d3ff3 (diff)
downloadalacritty-34ba485fb5a38f8018e31158269a0662e530e665.tar.gz
alacritty-34ba485fb5a38f8018e31158269a0662e530e665.zip
Fix CHANGELOG.md
The bracketed paste mode change isn't so much a fix as it is a change to address a potential security issue.
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index adcc849c..c251ec61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,13 +25,16 @@ 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
### Deprecated
- The config option `window.decorations` should now use `full` or `none` instead
of `true` or `false`, respectively.
+### Security
+
+- Bracketed paste mode now filters escape sequences beginning with \x1b
+
## Version 0.2.0
### Added