Updated change log.

This commit is contained in:
Camilla Berglund 2014-03-19 16:00:12 +01:00
parent 660034332d
commit 78fc96518f

View File

@ -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