meson/PKGBUILD/changelog: prepare for 1.2.0

This commit is contained in:
Daniel Eklöf 2020-03-06 20:11:50 +01:00
parent 6bc6bf4fb4
commit 4c56c8c63d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 11 additions and 6 deletions

View file

@ -1,6 +1,15 @@
# Changelog
## Unreleased
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## 1.2.0
### Added
* Run-time text resize using ctrl-+, ctrl+- and ctrl+0
@ -30,9 +39,5 @@
* Logging to print to stderr, not stdout
* Backspace now emits DEL (^?), and ctrl+backspace emits BS (^H)
### Deprecated
### Removed
* '28' from DA response
### Fixed
### Security