From 28d5b99005efcf8bde001db0f48e3f7bb3cb7509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4ger?= Date: Thu, 30 May 2024 20:58:48 +0200 Subject: [PATCH] Release 4.3.1 --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7ac3057..ffc121d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +## 4.3.1 + +Hotfix release to fix context handling in `4.3.0`. + +* Added documentation comments about OpenGL context handling. (@NogginBops) +* Fixed issue where when multiple GLWpfControls only the last initialized controls OpenGL context would be current. (@NogginBops) + ## 4.3.0 * Made each `GLWpfControl` have it's own OpenGL context allowing different controls to have different context settings. (@NogginBops)