diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e568c92d..f29c8f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,26 +7,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 0.8.0-dev -### Packaging - -- Updated shell completions - ### Added - IME composition preview not appearing on Windows ### Fixed -- Crash due to assertion failure on 32-bit architectures -- Segmentation fault on shutdown with Wayland -- Incorrect estimated DPR with Wayland -- Consecutive clipboard stores dropped on Wayland until the application is refocused - Alacritty failing to start on X11 with invalid DPI reported by XRandr ### Removed - Config field `visual_bell`, you should use `bell` instead +## 0.7.2 + +### Packaging + +- Updated shell completions + +### Fixed + +- Crash due to assertion failure on 32-bit architectures +- Segmentation fault on shutdown with Wayland +- Incorrect estimated DPR with Wayland +- Consecutive clipboard stores dropped on Wayland until the application is refocused + ## 0.7.1 ### Fixed |