summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-04-24 18:17:09 +0000
committerGitHub <noreply@github.com>2019-04-24 18:17:09 +0000
commit73e7a95d543ccd0e197c923e305d4d7c45e273d8 (patch)
treef502b4e236e40d39605ba51618af3eaa122f7004 /CHANGELOG.md
parente9813031f6e308984cb5547aa1049839cb75745f (diff)
Fix message bar not updating PTY size
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ebb4598..fa380e05 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- On Windows, Alacritty will now use the native DirectWrite font API
- The `start_maximized` window option is now `startup_mode: Maximized`
+### Fixed
+
+- PTY size not getting updated when message bar is shown
+
## Version 0.3.2
### Fixed