Modify CONTRIBUTORS.md & README.md

This commit is contained in:
floppyhammer 2023-02-23 10:09:05 +08:00
parent c388b87824
commit b1e12ef4b9
2 changed files with 2 additions and 2 deletions

View File

@ -46,6 +46,7 @@ video tutorials.
- Bailey Cosier
- Noel Cower
- CuriouserThing
- Haoyun Chen
- Jason Daly
- danhambleton
- Jarrod Davis
@ -260,7 +261,6 @@ video tutorials.
- Jonas Ådahl
- Lasse Öörni
- Leonard König
- Haoyun Chen
- All the unmentioned and anonymous contributors in the GLFW community, for bug
reports, patches, feedback, testing and encouragement

View File

@ -121,7 +121,6 @@ information on what to include when reporting a bug.
## Changelog
- [Win32] Added support for dark title bar #2228
- Added `GLFW_PLATFORM` init hint for runtime platform selection (#1958)
- Added `GLFW_ANY_PLATFORM`, `GLFW_PLATFORM_WIN32`, `GLFW_PLATFORM_COCOA`,
`GLFW_PLATFORM_WAYLAND`, `GLFW_PLATFORM_X11` and `GLFW_PLATFORM_NULL` symbols to
@ -184,6 +183,7 @@ information on what to include when reporting a bug.
- Bugfix: `glfwMakeContextCurrent` would access TLS slot before initialization
- Bugfix: `glfwSetGammaRamp` could emit `GLFW_INVALID_VALUE` before initialization
- Bugfix: `glfwGetJoystickUserPointer` returned `NULL` during disconnection (#2092)
- [Win32] Added support for dark title bar (#2228)
- [Win32] Added the `GLFW_WIN32_KEYBOARD_MENU` window hint for enabling access
to the window menu
- [Win32] Added a version info resource to the GLFW DLL