From 8cf4ad4c37ac1d0640d08da8fca1682914a87364 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Mon, 14 Oct 2024 16:35:41 +0100 Subject: [PATCH] misc: update changelog Signed-off-by: Yuxuan Shui --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a617e285..29a34d5b91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Unreleased +## Deprecations + +* `--legacy-backends` is now deprecated. Setting it no longer has an effect. +* `resize-damage`, `glx-no-stencil` and `glx-no-rebind-pixmap` are now deprecated, because they only works on legacy backends. +* Removed several options that have been deprecated for a long time, this includes: + - `glx-fshader-win` + - `glx-swap-method` + - `glx-use-gpushader4` + - `menu-opacity` + - `vsync-aggressive` + - `respect-prop-shadow` + - `sw-opti` + - `clear-shadow` + +# 12.3 (2024-Oct-14) + ## Improvements * Extend workaround for missing hardware accelerated convolution to more drivers (#1349)