From bbfdedff01e3f18822d542c9739513a48f5690cc Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 22 Feb 2015 21:27:42 +0100 Subject: [PATCH] Updated changelog. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ed96d1f..a3f8a8ea 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ GLFW bundles a number of dependencies in the `deps/` directory. ## Changelog + - Removed support for LCC and Borland C++ - Bugfix: `glfwSetTime` silently accepted invalid values - [Cocoa] Bugfix: `glfwSetWindowSize` did not change the video mode for full screen windows @@ -70,7 +71,7 @@ GLFW bundles a number of dependencies in the `deps/` directory. - [X11] Made Xxf86vm optional at compile-time - [X11] Bugfix: Mouse button `GLFW_MOUSE_BUTTON_4` was never used - [X11] Bugfix: `glfwTerminate` could close an unrelated file descriptor - - [X11] Bugfix: Some WMs did not respect cursor redefinition + - [X11] Bugfix: Some WMs (KWM, Fluxbox) did not respect cursor redefinition ## Contact