From 50bb882cf0c140ad094f7d2f1a746b96818b841f Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Tue, 17 Mar 2026 20:40:20 +0000 Subject: [PATCH] NEWS.md: fix 0.9.6 release notes ...by removing the comment about crashes after suspend on some Nvidia GPUs because this only happens after #3387 has is not yet in any release. Ref: - https://github.com/labwc/labwc/pull/3430#discussion_r2911781637 - https://github.com/labwc/labwc/pull/3448#discussion_r2948247530 Helped-by: @tokyo4j --- NEWS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 3699c61c..8787fef2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -146,8 +146,7 @@ refactoring and new features. - Disable outputs where all modes fail [#3428] [#3429] @Consolatis @kode54 - Fix regression in `0.9.4` that causes `NextWindow` action to segfault when - no outputs are connected. This fixes a window-switcher crash with some - Nvidia GPUs/drivers after suspend [#3425] [#3430] @Consolatis + no outputs are connected. [#3425] [#3430] @Consolatis - Fix typo to allow `xdg-dialog-v1` global [#3426] @xi ### Changed