Fix macos memory leaks (#2739)

* Use a weak reference from WinitView to WinitWindow

* Allow patched objc2 version

* Add changelog entry
This commit is contained in:
Mads Marquart 2023-03-14 13:27:41 +03:00 committed by GitHub
parent 3217eaa416
commit 77f8e511e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 6 deletions

View file

@ -9,6 +9,7 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
- Bump MSRV from `1.60` to `1.64`.
- Fix macOS memory leaks.
# 0.28.2