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.