浏览代码

Update changelog and add credit

Related to #2327
Camilla Löwy 1 年之前
父节点
当前提交
ddd92a4fa8
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      CONTRIBUTORS.md
  2. 1 0
      README.md

+ 1 - 0
CONTRIBUTORS.md

@@ -213,6 +213,7 @@ video tutorials.
  - Matt Sealey
  - Matt Sealey
  - Steve Sexton
  - Steve Sexton
  - Arkady Shapkin
  - Arkady Shapkin
+ - Mingjie Shen
  - Ali Sherief
  - Ali Sherief
  - Yoshiki Shibukawa
  - Yoshiki Shibukawa
  - Dmitri Shuralyov
  - Dmitri Shuralyov

+ 1 - 0
README.md

@@ -184,6 +184,7 @@ information on what to include when reporting a bug.
  - Bugfix: `glfwSetGammaRamp` could emit `GLFW_INVALID_VALUE` before initialization
  - Bugfix: `glfwSetGammaRamp` could emit `GLFW_INVALID_VALUE` before initialization
  - Bugfix: `glfwGetJoystickUserPointer` returned `NULL` during disconnection (#2092)
  - Bugfix: `glfwGetJoystickUserPointer` returned `NULL` during disconnection (#2092)
  - Bugfix: `glfwGetKeyScancode` returned `0` on error when initialized instead of `-1`
  - Bugfix: `glfwGetKeyScancode` returned `0` on error when initialized instead of `-1`
+ - Bugfix: Failure to make a newly created context current could cause segfault (#2327)
  - [Win32] Added the `GLFW_WIN32_KEYBOARD_MENU` window hint for enabling access
  - [Win32] Added the `GLFW_WIN32_KEYBOARD_MENU` window hint for enabling access
            to the window menu
            to the window menu
  - [Win32] Added a version info resource to the GLFW DLL
  - [Win32] Added a version info resource to the GLFW DLL