From 040cc107f858708eb238a4e2fe1ace334fe60868 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Wed, 6 Mar 2024 08:07:42 +0000 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Yuxuan Shui --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf89eef..9c5da361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,10 @@ * Marginally improve performance when resizing/opening/closing windows. (#1190) * Type and format specifiers are no longer used in rules. These specifiers are what you put after the colon (':') in rules, e.g. the `:32c` in `"_GTK_FRAME_EXTENTS@:32c"`. Now this information is ignored and the property is matched regardless of format or type. +## Bug fixes + +* Fix ghosting artifacts that sometimes occur when window manager is restarted (#1081) + ## Dependency changes * picom now optionally depends on `rtkit` at runtime to give itself realtime scheduling priority.