On macOS, remove spurious error logging when handling Fn

Fixes #3246.
This commit is contained in:
Emil Ernerfeldt 2023-11-28 20:19:16 +01:00 committed by GitHub
parent 17296e9878
commit a7241b3db3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,8 @@ Unreleased` header.
# Unreleased
- On macOS, remove spurious error logging when handling `Fn`.
# 0.29.4
- Fix crash when running iOS app on macOS.