From 136580148e76b40f975706f32aabacf746728e90 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 22 Jan 2024 12:15:33 +0100 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1ccc2d38..7bae8233 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,13 @@ +### 5.4.8 +[GL] Fixed locking order of GlobalResourceLock and context locks to avoid potential deadlocks +[GL] Added workaround for layered rendering and GLSL < 430 +[GL] Made context creation and sharing more robust (see RuntimeConfig.RobustContextSharing) +[GL] Improved disposal of ContextHandle +[GLVM / VKVM] Updated ARM64 binaries +[GLFW] Fixed context resource leaks +[GLFW] Reset GetCurrentContext on disposal +[WinForms / WPF] Removed double dispose of context + ### 5.4.7 - Fixed Frustum.withAspect and Frustum.withHorizontalFieldOfViewInDegrees - [GL] Fixed InvalidEnum error due to GL_POINT_SPRITE