Update changelog and add credit

Related to #2348

(cherry picked from commit ea3ea62708)
This commit is contained in:
Camilla Löwy 2023-12-12 13:39:54 +01:00
parent 217c269d66
commit 628385e99e
2 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,7 @@ video tutorials.
- Anders Lindqvist - Anders Lindqvist
- Leon Linhart - Leon Linhart
- Marco Lizza - Marco Lizza
- lo-v-ol
- Eyal Lotem - Eyal Lotem
- Aaron Loucks - Aaron Loucks
- Luflosi - Luflosi

View File

@ -144,6 +144,7 @@ information on what to include when reporting a bug.
- [Linux] Bugfix: A small amount of memory could leak if initialization failed (#2229) - [Linux] Bugfix: A small amount of memory could leak if initialization failed (#2229)
- [EGL] Added loading of glvnd `libOpenGL.so.0` where available for OpenGL - [EGL] Added loading of glvnd `libOpenGL.so.0` where available for OpenGL
- [EGL] Bugfix: `EGL_EXT_present_opaque` caused issues on X11 with Nvidia blob (#2365) - [EGL] Bugfix: `EGL_EXT_present_opaque` caused issues on X11 with Nvidia blob (#2365)
- [EGL] Bugfix: Setting `GLFW_CONTEXT_DEBUG` caused creation to fail (#2348)
- [GLX] Added loading of glvnd `libGLX.so.0` where available - [GLX] Added loading of glvnd `libGLX.so.0` where available