From 9b7b53467c29dbf7b0c9cd0c0ebfb6d0be15a6be Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 11 Sep 2024 13:26:05 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e675ec97..4f5b5a45e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Fixed EGL's `Display::new()` making an `EGLDisplay::Khr` when the EGL version for the display is 1.4 or lower. - Added `Device::drm_device_node_path()` and `Device::drm_render_device_node_path()` getters to EGL via `EGL_EXT_device_drm`. - Added support for `DrmDisplayHandle` in EGL's `Display::with_device()` using `EGL_DRM_MASTER_FD_EXT` from `EGL_EXT_device_drm`. +- Properly set up OpenGL-specific stuff on the `NSView`, instead of relying on Winit to do it. # Version 0.32.0