From 350aebf20a6600551ddcbd4673d3a8fa2c8fb0b1 Mon Sep 17 00:00:00 2001 From: Doug Binks Date: Tue, 23 Mar 2021 12:53:17 +0000 Subject: [PATCH] User contexts: added change log entry in README.md, listing all new symbols --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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)