Update CHANGES.md

This commit is contained in:
slotThe
2021-02-14 10:45:03 +01:00
parent 3c4f42d2da
commit 43d68bd451

View File

@@ -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.