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`.