From 6fd4a87881aaae22be9506774f4f1833f0a60c18 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 12 Jul 2016 16:14:39 +0200 Subject: [PATCH] Update changelog --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ce8543a..9ec3ca5c 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ does not find Doxygen, the documentation will not be generated. - 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 unneccessary intermediate + copy of the string - [Win32] Bugfix: Examples failed to build on Visual C++ 2010 due to C99 in `linmath.h` (#785) - [Win32] Bugfix: The first shown window ignored the `GLFW_MAXIMIZED` hint