From 6dd5fd5992e2cbd8fe684c2382f6dc6b5df61891 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 5 Jul 2023 15:48:09 +0200 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 33431de..9f88af2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +### 5.5.0 +* Reworked shader debugger (see https://github.com/aardvark-platform/aardvark.docs/wiki/FShade-ShaderDebugger) +* Reduced the number of OnlyInShaderCode exceptions thrown by the optimizer +* Fixed constant folding of bitwise operations on enums + ### 5.4.1 * Added validation for uniform aliases * Serializer includes uniform semantic and type for hashing