From 8f9b7a58f96f0c9e3f5d475a110ebf3b2ebac5d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 8 Aug 2024 18:23:51 +0200 Subject: [PATCH] Release 4.3.2 --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ffc121d..5b46452 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +## 4.3.2 + +* Fixed AccessViolationException when disposing GLWpfControl. (@NogginBops) +* Fixed issue where GLWpfControl would not work on integrated graphics cards. + The current fix doesn't support using MSAA on these graphics cards and will throw a COMException. This is something we want to fix or be able to detect in the future. (@NogginBops) +* Fixed issue where resizing control would leak GL objects due to wrong deletion order. (@NogginBops) + ## 4.3.1 Hotfix release to fix context handling in `4.3.0`.