From db630dda6d1fe9e225afce487e0813911a0bbe75 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..9020f5f8 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