aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-10-27 04:30:22 +0400
committerGitHub <noreply@github.com>2023-10-27 00:30:22 +0000
commitd65357b213fb450c6ef4fa9d4fc09307cfe5f6fb (patch)
tree478df29ec7290b0a8d0858900c40e37c652611e9
parent75eef3be9680dbe3300186b06e19eac7f9dfab4b (diff)
downloadalacritty-d65357b213fb450c6ef4fa9d4fc09307cfe5f6fb.tar.gz
alacritty-d65357b213fb450c6ef4fa9d4fc09307cfe5f6fb.zip
Add version 0.12.3 to CHANGELOG
This is only an update to the development version and does not represent a stable release.
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cffa5980..c88cf9dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -70,6 +70,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Config option `mouse.url`, use the `hints` config section
- Config options `mouse.double_click` and `mouse.triple_click`
+## 0.12.3
+
+### Fixed
+
+- Crash on macOS Sonoma due to change in macOS resize handling
+- Crash when Wayland compositor advertises `wl_compositor@v5` interface
+
## 0.12.2
### Fixed