Add missing changelog entries

(cherry picked from commit fb0f2f92a3)
This commit is contained in:
Camilla Löwy 2021-10-28 11:48:34 +02:00
parent fbdb08c43e
commit d3b73abba0
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,7 @@ information on what to include when reporting a bug.
## Changelog
- Updated gamepad mappings from upstream
- Bugfix: Buffers were swapped at creation on single-buffered windows (#1873)
- Bugfix: Gamepad mapping updates could spam `GLFW_INVALID_VALUE` due to
incompatible controllers sharing hardware ID (#1763)
@ -138,6 +139,7 @@ information on what to include when reporting a bug.
- [X11] Bugfix: Changing `GLFW_FLOATING` could leak memory
- [Wayland] Bugfix: Some keys were not repeating in Wayland (#1908)
- [Wayland] Bugfix: Non-arrow cursors are offset from the hotspot (#1706,#1899)
- [Wayland] Bugfix: The `O_CLOEXEC` flag was not defined on FreeBSD
- [NSGL] Bugfix: Defining `GL_SILENCE_DEPRECATION` externally caused
a duplicate definition warning (#1840)
- [EGL] Bugfix: The `GLFW_DOUBLEBUFFER` context attribute was ignored (#1843)