Skip to content

Commit 9ee052c

Browse files
committed
update CHANGES.md
1 parent f2a5dfe commit 9ee052c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@
8181

8282
### New Modules
8383

84+
* `XMonad.Layout.ByWidth`
85+
- The `ifWidth` layout modifier from `XMonad.Layout.PerScreen` has been moved
86+
here. It is re-exported by the new `PerScreen` module, but is marked as
87+
deprecated with a pointer to this module.
88+
89+
* `XMonad.Layout.PerScreen`
90+
- A complete reimplementation that provides proper `onScreen` and `onScreens`
91+
layout modifiers. It also re-exports `ifWidth` which has been moved to
92+
`XMonad.Layout.ByWidth` for backward compatibility.
93+
8494
* `XMonad.Layout.CenterMainFluid`
8595
- A three column layout with main column in the center and two stack
8696
column surrounding it. Master window will be on center column and

0 commit comments

Comments
 (0)