chore: fix CHANGELOG.md

Some lines got put at wrong location because of a merge conflict.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-02-17 16:22:14 +00:00
parent 6854264c4a
commit 81210b15af
No known key found for this signature in database
GPG Key ID: D3A4405BE6CC17F4
1 changed files with 4 additions and 4 deletions

View File

@ -8,6 +8,10 @@
* Marginally improve performance when resizing/opening/closing windows. (#1190)
## Dependency changes
* picom now optionally depends on `rtkit` at runtime to give itself realtime scheduling priority.
# v11.2 (2024-Feb-13)
## Build changes
@ -23,10 +27,6 @@
* Fix window shader not having an effect when frame opacity is enabled (#1174)
* Fix binding root pixmap in case of depth mismatch (#984)
## Dependency changes
* picom now optionally depends on `rtkit` at runtime to give itself realtime scheduling priority.
# v11.1 (2024-Jan-28)
## Bug fixes