From f81cb24f0a50ac6af5f515c8ef8f0947c4e46de0 Mon Sep 17 00:00:00 2001 From: slotThe Date: Mon, 10 May 2021 09:11:59 +0200 Subject: [PATCH] Update CHANGES.md: Add TopicItem --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 84008791..8100686a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -88,6 +88,10 @@ now recommended to directly use `XMonad.Hooks.WorkspaceHistory` instead. + - Added `TopicItem`, as well as the helper functions `topicNames`, + `tiActions`, `tiDirs`, `noAction`, and `inHome` for a more + convenient specification of topics. + ### New Modules * `XMonad.Hooks.StatusBar.PP`