Update CHANGES.md

This commit is contained in:
slotThe 2021-03-23 18:07:05 +01:00 committed by Tomas Janousek
parent 9af232489d
commit 4489ab2147

View File

@ -104,6 +104,15 @@
argument. This fixes the interplay between this module and any
layout that stores state.
* `XMonad.Layout.LayoutCombinators`
- Moved the alternative `(|||)` function and `JumpToLayout` to the
xmonad core. They are re-exported by the module, but do not add any
new functionality. `NewSelect` now exists as a deprecated type
alias to `Choose`.
- Removed the `Wrap` and `NextLayoutNoWrap` data constructors.
### New Modules
* `XMonad.Hooks.StatusBar.PP`