From 1e5fcb1216bace8b241bc7ec17e8f80ef22e0854 Mon Sep 17 00:00:00 2001 From: Giacomo Rosin Date: Sat, 31 Aug 2024 16:54:17 +0200 Subject: [PATCH] X.A.DynamicProjects: Update CHANGES.md --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bb194f965..f55fdc091 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,15 @@ ## _unreleased_ +### Bug Fixes and Minor Changes + + * `XMonad.Actions.DynamicProjects` + + - No longer autodelete projects when `switchProject` is called from + an empty workspace. This also fixes a bug where static workspaces + would be deleted when switching to a dynamic project. + - Improved documentation on how to close a project. + ## 0.18.1 (August 20, 2024) ### Breaking Changes