From bb5b64a198d1206fedbe25fd2381979692302671 Mon Sep 17 00:00:00 2001 From: slotThe Date: Wed, 13 Oct 2021 14:29:56 +0200 Subject: [PATCH] Update CHANGES.md: Fix X.A.DynamicWorkspaces freeze --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a90368c3..3579d151 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -737,6 +737,11 @@ - Removed deprecations for `spacing`, `spacingWithEdge`, `smartSpacing`, and `smartSpacingWithEdge`. + * `XMonad.Actions.DynamicWorkspaces` + + - Fixed a system freeze when using `X.A.CopyWindow.copy` in + combination with `removeWorkspace`. + ## 0.16 ### Breaking Changes