summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-02-20 00:33:02 +0000
committerGitHub <noreply@github.com>2021-02-20 00:33:02 +0000
commit369c927d9d08c97221c76fecef71cf08cea92c91 (patch)
treed692391622177af7286985323e5468dec60d8da0
parent4f22e6f518864c968bce919401adea90279f2d34 (diff)
downloadalacritty-369c927d9d08c97221c76fecef71cf08cea92c91.tar.gz
alacritty-369c927d9d08c97221c76fecef71cf08cea92c91.zip
Add version 0.7.2 to changelog
-rw-r--r--CHANGELOG.md21
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