X.L.CenteredIfSignle: Update CHANGES.md

This commit is contained in:
Yecine Megdiche
2021-10-31 10:01:58 +01:00
parent f6bcf094e1
commit 0973107b29

View File

@@ -6,6 +6,11 @@
### New Modules
* `XMonad.Layout.CenteredIfSingle`
Layout modifier that, if only a single window is on screen, places that window
in the middle of the screen.
### Bug Fixes and Minor Changes
## 0.17.0 (October 27, 2021)
@@ -157,11 +162,6 @@
### New Modules
* `XMonad.Layout.CenteredIfSingle`
Layout modifier that, if only a single window is on screen, places that window
in the middle of the screen.
* `XMonad.Layout.FixedAspectRatio`
Layout modifier for user provided per-window aspect ratios.