From c70611cf742e2c2ceec321dee6475ca65b3a2889 Mon Sep 17 00:00:00 2001 From: Christian Luksch Date: Wed, 10 Jul 2024 17:50:09 +0200 Subject: [PATCH] updated RELEASE_NOTES.md --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cf491025..72bc2592 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +### 5.4.12 +- [GL] Fixed potential memory leak after ContextHandle is disposed +- Optimized generic dispatch +- Fixed potential leaks with ConcurrentDictionary.GetOrAdd + ### 5.4.11 - [Application.WPF.GL] SharingRenderControl implementation now uses Silk.NET.Direct3D9 instead of SharpDX - Removed SharpDX dependency