From 6172e2cfccbb855468144c4a57594ccb5376e2ab Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 21 Oct 2013 17:46:05 +0200 Subject: [PATCH] Fixed change log entry. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cec6457..42d3155d 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ See the [GLFW documentation](http://www.glfw.org/docs/latest/). ## Changelog - Renamed configuration header to `glfw_config.h` to avoid conflicts - - Generated file `glfw3.pc` did not respect the LIB\_SUFFIX CMake option + - Bugfix: The `glfw3.pc` file did not respect the `LIB_SUFFIX` CMake option - [Win32] Bugfix: Removed joystick axis value negation left over from GLFW 2 - [Win32] Bugfix: Restoring windows using the Win+D hot key did not trigger the focus callback