From 78fc96518f4e1ed257b86c76460cb0b81501e05b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 19 Mar 2014 16:00:12 +0100 Subject: [PATCH] Updated change log. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9a3ff02..8e381c25 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ The following dependencies are needed by the examples and test programs: - Added `glfwGetWindowFrameSize` for retrieving the size of the frame around the client area of a window - Added `GLFW_INCLUDE_ES31` for including the OpenGL ES 3.1 header + - Added *partial and experimental* support for Wayland - Bugfix: The debug context attribute was set from `GL_ARB_debug_output` even when a debug context had not been requested - Bugfix: The particles example was not linked against the threading library