From c98f2b16dbc83fdab97d7edcafae51134b9dcac2 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 11 Dec 2015 10:31:58 -0700 Subject: [PATCH] Add change log entries for recent merges --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f757c433..4a50e403 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,6 +21,11 @@ Perform an action after the current mouse drag is completed. + * `XMonad.Actions.DynamicProjects` + + Imbues workspaces with additional features so they can be treated + as individual project areas. + * `XMonad.Actions.LinkWorkspaces` Provides bindings to add and delete links between workspaces. It @@ -144,6 +149,11 @@ ### Miscellaneous Changes + * Fix issue #9: `XMonad.Prompt.Shell` `searchPredicate` is ignored, + defaults to `isPrefixOf` + + * Fix moveHistory when alwaysHighlight is enabled + * `XMonad.Actions.DynamicWorkspaceGroups` now exports `addRawWSGroup` * Side tabs were added to the tabbed layout