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.
This commit is contained in:
Joe Wilm 2018-09-20 08:25:28 -07:00
parent 3b46859ece
commit 34ba485fb5
1 changed files with 4 additions and 1 deletions

View File

@ -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