From b97890ef47a1a63cbb1d72260a82485c5d575e1e Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 18 Jul 2023 18:31:16 +0200 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9f88af2..147cade 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,14 @@ +### 5.5.1 +* Removed warning on field set for storage buffers +* Added caching for raytracing shaders and effects +* Made hashes of compute shaders more consistent +* Added check for type redefinitions in module compiler +* [Debugger] Fixed issue with single unit input shader functions +* [Debugger] Disabled symbol and other miscellaneous file generation on build +* [Debugger] Enable file watchers on demand due to inotify limit on Linux +* [Debugger] Fixed backslash handling in paths +* [Serializer] Include more type information in hashes to avoid conflicts when using shader debugger + ### 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