diff --git a/CHANGES.md b/CHANGES.md index 54adb20b..5d4534e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -54,9 +54,10 @@ into `foo/bar`, instead of `~/bar` as expected. * `XMonad.Actions.DynamicWorkspaceOrder` + Add a version of `withNthWorkspace` that takes a `[WorkspaceId] -> - [WorkspaceId]` transformation to apply over the list of workspace tags - resulting from the dynamic order. + [WorkspaceId]` transformation to apply over the list of workspace tags + resulting from the dynamic order. * `XMonad.Actions.GroupNavigation`