From 4e30ef13a742fbcaebeb4524b162a5e23ee5c082 Mon Sep 17 00:00:00 2001 From: slotThe Date: Sat, 16 Oct 2021 16:23:09 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b0a5879..e720024 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -68,6 +68,11 @@ * Added `withUnfocused` function to `XMonad.Operations`, allowing for `X` operations to be applied to unfocused windows. + * Made `(<&&>)` and `(<||>)` non-strict in their right operand; i.e., + these operators now implement short-circuit evaluation so the right + operand is evaluated only if the left operand does not suffice to + determine the result. + ## 0.15 (September 30, 2018) * Reimplement `sendMessage` to deal properly with windowset changes made