diff --git a/README.md b/README.md index 26e88828..5849b762 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,9 @@ information on what to include when reporting a bug. ## Changelog + - Added OpenGL and OpenGL ES user contexts for multiple window contexts via + `GLFWusercontext`, `glfwCreateUserContext`, `glfwDestroyUserContext`, + `glfwMakeUserContextCurrent`, `glfwGetCurrentUserContext` (#1687) - Added `GLFW_RESIZE_NWSE_CURSOR`, `GLFW_RESIZE_NESW_CURSOR`, `GLFW_RESIZE_ALL_CURSOR` and `GLFW_NOT_ALLOWED_CURSOR` cursor shapes (#427) - Added `GLFW_RESIZE_EW_CURSOR` alias for `GLFW_HRESIZE_CURSOR` (#427)