From 6990c58ed5185fab51bbe1c3e412a15d34134545 Mon Sep 17 00:00:00 2001 From: Daniel Hauser Date: Tue, 18 Apr 2023 20:38:36 +0200 Subject: [PATCH] Update readme and contributors --- CONTRIBUTORS.md | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 020bb26e..0375213d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -263,6 +263,7 @@ video tutorials. - Jonas Ådahl - Lasse Öörni - Leonard König + - Daniel Hauser - All the unmentioned and anonymous contributors in the GLFW community, for bug reports, patches, feedback, testing and encouragement diff --git a/README.md b/README.md index 7815c72a..8b8a0bd3 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,8 @@ information on what to include when reporting a bug. application (#2110) - [Cocoa] Bugfix: The Vulkan loader was not loaded from the `Frameworks` bundle subdirectory (#2113,#2120) + - [Cocoa] Bugfix: A connected joystick, for which input monitoring permissions + have not been granted, would cause a segfault (#2320). - [X11] Bugfix: The CMake files did not check for the XInput headers (#1480) - [X11] Bugfix: Key names were not updated when the keyboard layout changed (#1462,#1528)