From f7006f64fb12e21f30a99351d7c854ea75b5c3eb Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 20 Jul 2016 15:50:07 +0200 Subject: [PATCH] Update changelog --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 559f1eb3..a82a2ada 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ information on what to include when reporting a bug. ## Changelog + - Added on-demand loading of Vulkan and context creation API libraries - Bugfix: Single compilation unit builds failed due to naming conflicts (#783) - Bugfix: The range checks for `glfwSetCursorPos` used the wrong minimum (#773) - [Win32] Bugfix: `glfwSetClipboardString` created an unnecessary intermediate @@ -101,6 +102,7 @@ information on what to include when reporting a bug. - [Win32] Bugfix: The first shown window ignored the `GLFW_MAXIMIZED` hint when the process was provided a `STARTUPINFO` (#780) - [GLX] Bugfix: Dynamically loaded entry points were not verified + - [EGL] Added `lib` prefix matching between EGL and OpenGL ES library binaries - [EGL] Bugfix: Dynamically loaded entry points were not verified