mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
Update CHANGES.md
This commit is contained in:
parent
d92125485a
commit
4e30ef13a7
@ -68,6 +68,11 @@
|
|||||||
* Added `withUnfocused` function to `XMonad.Operations`, allowing for
|
* Added `withUnfocused` function to `XMonad.Operations`, allowing for
|
||||||
`X` operations to be applied to unfocused windows.
|
`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)
|
## 0.15 (September 30, 2018)
|
||||||
|
|
||||||
* Reimplement `sendMessage` to deal properly with windowset changes made
|
* Reimplement `sendMessage` to deal properly with windowset changes made
|
||||||
|
Loading…
x
Reference in New Issue
Block a user