From 6d0698ba0e76f8b25c1007ecfec2b85aa99a74a6 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 14 May 2015 16:29:54 +0200 Subject: [PATCH] Updated changelog. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1095e35b..26c66ac0 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,12 @@ GLFW bundles a number of dependencies in the `deps/` directory. ## Changelog + - Minimum required CMake version updated to 2.8.12 - Bugfix: Initialization failed on headless systems - Bugfix: The cached current context could get out of sync - [Cocoa] Bugfix: The cached `NSScreen` for a monitor could get out of sync - [Cocoa] Bugfix: The `GLFW_AUTO_ICONIFY` window hint was ignored + - [X11] Bugfix: `glfwInit` would segfault on systems without RandR ## Contact