From d65357b213fb450c6ef4fa9d4fc09307cfe5f6fb Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 27 Oct 2023 04:30:22 +0400 Subject: Add version 0.12.3 to CHANGELOG This is only an update to the development version and does not represent a stable release. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit