move change from #284 to the right place

This commit is contained in:
Brent Yorgey
2019-02-13 05:54:03 -06:00
parent 2ce876c330
commit e12c047870

View File

@@ -53,6 +53,11 @@
`foo` into a project with directory `bar`, xmonad actually tries to `cd` `foo` into a project with directory `bar`, xmonad actually tries to `cd`
into `foo/bar`, instead of `~/bar` as expected. 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.
## 0.15 ## 0.15
### Breaking Changes ### Breaking Changes
@@ -89,11 +94,6 @@
* `XMonad.Actions.MessageHandling` * `XMonad.Actions.MessageHandling`
Refresh-performing functions updated to better reflect the new `sendMessage`. Refresh-performing functions updated to better reflect the new `sendMessage`.
* `XMonad.Actions.DynamicProjects`
Add a version of `withNthWorkspace` that takes a `[WorkspaceId] ->
[WorkspaceId]` transformation to apply over the list of workspace tags
resulting from the dynamic order.
## 0.14 ## 0.14
### Breaking Changes ### Breaking Changes