Add change log entries for recent merges

This commit is contained in:
Peter Jones 2015-12-11 10:31:58 -07:00
parent 0d6c2b1668
commit c98f2b16db

View File

@ -21,6 +21,11 @@
Perform an action after the current mouse drag is completed. 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` * `XMonad.Actions.LinkWorkspaces`
Provides bindings to add and delete links between workspaces. It Provides bindings to add and delete links between workspaces. It
@ -144,6 +149,11 @@
### Miscellaneous Changes ### 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` * `XMonad.Actions.DynamicWorkspaceGroups` now exports `addRawWSGroup`
* Side tabs were added to the tabbed layout * Side tabs were added to the tabbed layout