Update CHANGES.md

This commit is contained in:
slotThe 2020-12-18 13:52:38 +01:00
parent 6977d0cdfb
commit 06af11a463

View File

@ -182,6 +182,13 @@
- Added `filterOutWsPP` for filtering out certain workspaces from being
displayed.
- Added `xmobarProp`, `statusBarProp`, and `statusBarPropTo` for
property-based alternatives to `xmobar` and `statusBar` respectively.
- Reworked the module documentation to suggest property-based logging
instead of pipe-based logging, due to the various issues associated with
the latter.
* `XMonad.Layout.BoringWindows`
Added boring-aware `swapUp`, `swapDown`, `siftUp`, and `siftDown` functions.