From 910d99cb742d1b3393e7915465d32561d2849280 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Sat, 3 Apr 2021 14:39:10 +0100 Subject: [PATCH] Update CHANGES --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1145e54..fa66eac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -35,6 +35,8 @@ * Fixed dunst notifications being obscured when moving floats. https://github.com/xmonad/xmonad/issues/208 + * Added `Foldable`, `Functor`, and `Traversable` instances for `Stack`. + ## 0.15 (September 30, 2018) * Reimplement `sendMessage` to deal properly with windowset changes made