From fb94e4268b222448a55b151f3c115f57f1e6540f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Fri, 1 Dec 2023 12:38:57 +0100 Subject: [PATCH] Remove changelog entry This bug was introduced since the last release and should not be listed. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 52081c1c..d0a40c34 100644 --- a/README.md +++ b/README.md @@ -387,7 +387,6 @@ information on what to include when reporting a bug. - [Wayland] Bugfix: Connecting a mouse after `glfwInit` would segfault (#1450) - [Wayland] Bugfix: Joysticks connected after `glfwInit` were not detected (#2198) - [Wayland] Bugfix: Fallback decorations emitted `GLFW_CURSOR_UNAVAILABLE` errors - - [Wayland] Bugfix: Showing an undecorated window would cause a protocol error - [POSIX] Removed use of deprecated function `gettimeofday` - [POSIX] Bugfix: `CLOCK_MONOTONIC` was not correctly tested for or enabled - [Linux] Bugfix: Joysticks without buttons were ignored (#2042,#2043)