From 0e7c6e1d821c862d1d27818a4bfb48201f33499e Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 9 Oct 2013 11:58:08 +0200 Subject: [PATCH] Updated change log. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aedf9629..2ec37171 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,10 @@ See the [GLFW documentation](http://www.glfw.org/docs/latest/). been flipped - [Cocoa] Bugfix: The `GLFW_KEY_F13` key was reported as `GLFW_KEY_PRINT_SCREEN` + - [Cocoa] Bugfix: Implicit conversion from `NSUInteger` to int caused warnings + with Xcode 5 + - [Cocoa] Bugfix: Use of undeclared selectors with `@selector` caused warnings + with Xcode 5 - [X11] Added setting of the `WM_CLASS` property to the initial window title