From adf130965c1ddee64bed2871b381f3d4fd1224fa Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 12 Oct 2015 19:11:21 +0200 Subject: [PATCH] Update changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad36fa0c..061eed1f 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ GLFW bundles a number of dependencies in the `deps/` directory. - Changed minimum required CMake version to 2.8.12 - Replaced GLU with [linmath.h](https://github.com/datenwolf/linmath.h) in example programs + - Merged all cursor test programs into the `cursor` program - Removed all mention of GLU in examples, build files and package dependencies - Bugfix: Initialization failed on headless systems - Bugfix: The cached current context could get out of sync