From ad6ebb60114655c5937ed4e47125550085aecf89 Mon Sep 17 00:00:00 2001 From: Doug Binks Date: Fri, 24 Aug 2018 14:12:54 +0200 Subject: [PATCH] Updated readme changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6111ea4b..91fbf4034 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ information on what to include when reporting a bug. - [Win32] Bugfix: The HID device notification was not unregistered (#1170) - [Win32] Bugfix: `glfwCreateWindow` activated window even with `GLFW_FOCUSED` hint set to false (#1179,#1180) +- [Win32] Bugfix: Added GLFW_KEY_KP_EQUAL support (#1315) - [X11] Moved to XI2 `XI_RawMotion` for disable cursor mode motion input (#125) - [X11] Replaced `_GLFW_HAS_XF86VM` compile-time option with dynamic loading - [X11] Bugfix: `glfwGetVideoMode` would segfault on Cygwin/X