From 136a571e7921c1e9fe9e11cb3f4bcf45f3244b4c Mon Sep 17 00:00:00 2001 From: Nathan Poirier Date: Fri, 14 Dec 2018 19:12:04 +0100 Subject: [PATCH] Add changelog and contributor entries to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2b25d061..3235c73cb 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ information on what to include when reporting a bug. - Added `GLFW_OSMESA_CONTEXT_API` for creating OpenGL contexts with [OSMesa](https://www.mesa3d.org/osmesa.html) (#281) - Added `GenerateMappings.cmake` script for updating gamepad mappings +- Added `GLFW_RAW_INPUT` input mode and `glfwRawInputSupported` function (#1401) - Made `glfwCreateWindowSurface` emit an error when the window has a context (#1194,#1205) - Deprecated window parameter of clipboard string functions @@ -469,6 +470,7 @@ skills. - Santi Zupancic - Jonas Ådahl - Lasse Öörni + - Nathan Poirier - All the unmentioned and anonymous contributors in the GLFW community, for bug reports, patches, feedback, testing and encouragement