From 664499be2485fc58398455b4f152f2ee0d8d00fd Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 25 Mar 2024 13:41:07 +0100 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9020f5f8..57fbc527 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 5.4.9 +- [LodRenderer] Handle exceptions in background threads +- [GL] Implemented GLSL shader caches for platforms that do not support program binaries (e.g. MacOS) + ### 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