From 26aaa007e010c22c74093cf4fd43ffca92681f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Mon, 29 Jun 2020 21:14:29 +0200 Subject: [PATCH] Fix format of change log entry (cherry picked from commit 854ce1db4edfbe16f9c8794fb7a8af5de6d20881) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e835aa26..d0dd79b5 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ information on what to include when reporting a bug. - Bugfix: Some extension loader headers did not prevent default OpenGL header inclusion (#1695) - - [Cocoa] Use `CALayer` instead of `NSView` for `EGLNativeWindowType` (#1169) + - [Cocoa] Changed `EGLNativeWindowType` from `NSView` to `CALayer` (#1169) - [X11] Bugfix: IME input of CJK was broken for "C" locale (#1587,#1636) - [X11] Bugfix: Xlib errors caused by other parts of the application could be reported as GLFW errors