Skip to content

Commit

Permalink
Release 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NogginBops committed Aug 8, 2024
1 parent 67129a3 commit 8f9b7a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 8f9b7a5

Please sign in to comment.