From 4489ab2147a9bf128e86f34281cdb720fe3391f0 Mon Sep 17 00:00:00 2001 From: slotThe Date: Tue, 23 Mar 2021 18:07:05 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 47193cc0..675e80f8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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`