From 43d68bd451c997bfb4129da108dbe876fdf23588 Mon Sep 17 00:00:00 2001 From: slotThe Date: Sun, 14 Feb 2021 10:45:03 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9b89660c..6f848f4b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -70,6 +70,13 @@ Again, no change when used together with `dynamicLogString`, but other uses of these in user configs might need to be adapted. + * `XMonad.Actions.TopicSpace` + + - Deprecated the `maxTopicHistory` field, as well as the + `getLastFocusedTopics` and `setLastFocusedTopic` functions. It is + now recommended to directly use `XMonad.Hooks.WorkspaceHistory` + instead. + ### New Modules * `XMonad.Util.Hacks` @@ -414,6 +421,9 @@ - Added `workspaceHistoryModify` to modify the workspace history with a pure function. + - Added `workspaceHistoryHookExclude` for excluding certain + workspaces to ever enter the history. + * `XMonad.Util.DebugWindow` - Fixed a bottom in `debugWindow` when used on windows with UTF8 encoded titles.