diff options
-rw-r--r-- | CHANGELOG.md | 5 |
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 |