Update changelog and add credit

Related to #1951
This commit is contained in:
Camilla Löwy 2022-03-10 20:04:56 +01:00
parent b54fb0af10
commit 1461c59aa2
2 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,7 @@ video tutorials.
- Joao da Silva
- Daniel Sieger
- Daniel Skorupski
- Slemmie
- Anthony Smith
- Bradley Smith
- Cliff Smolinsky

View File

@ -280,6 +280,7 @@ information on what to include when reporting a bug.
- [X11] Bugfix: `glfwPostEmptyEvent` could be ignored due to race condition
(#379,#1281,#1285,#2033)
- [X11] Bugfix: Dynamic loading on NetBSD failed due to soname differences
- [X11] Bugfix: Left shift of int constant relied on undefined behavior (#1951)
- [Wayland] Added dynamic loading of all Wayland libraries
- [Wayland] Added support for key names via xkbcommon
- [Wayland] Removed support for `wl_shell` (#1443)