From 29235b972952fce9a45e1881f56d6ec50da352f4 Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Fri, 3 May 2024 14:23:46 -0500 Subject: [PATCH] doc: Clean up language in changelog --- doc/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index ca3dc53eb..6246e754a 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -325,7 +325,7 @@ SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Monado contributors ([!509](https://gitlab.freedesktop.org/monado/monado/merge_requests/509)) - survive: Implement haptic feedback. ([!557](https://gitlab.freedesktop.org/monado/monado/merge_requests/557)) - - dummy: Tidy the code a bit and switch over to the new + - simulated: Tidy the code a bit and switch over to the new logging API. ([!572](https://gitlab.freedesktop.org/monado/monado/merge_requests/572), [!573](https://gitlab.freedesktop.org/monado/monado/merge_requests/573)) @@ -373,9 +373,9 @@ SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Monado contributors - compositor: Enable subimage rectangle rendering for projection layers. ([!436](https://gitlab.freedesktop.org/monado/monado/merge_requests/436)) - compositor: Fix printing of current connected displays on nvidia when no - whitelisted display is found. + allowed display is found. ([!477](https://gitlab.freedesktop.org/monado/monado/merge_requests/477)) - - compositor: Add env var to temporarily add display string to nvidia whitelist. + - compositor: Add env var to temporarily add display string to NVIDIA allowlist. ([!477](https://gitlab.freedesktop.org/monado/monado/merge_requests/477)) - compositor and clients: Use a generic typedef to represent the platform- specific graphics buffer, allowing use of `AHardwareBuffer` on recent Android.