Bump version on master

This commit does not represent a release and only synchronizes CHANGELOG
from the latest release.
This commit is contained in:
Kirill Chibisov 2025-07-27 22:13:06 +09:00 committed by GitHub
parent 5904529ba1
commit 120f21a010
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 19 additions and 15 deletions

View file

@ -205,8 +205,6 @@ changelog entry.
- Move `EventLoopExtRunOnDemand` from platform module to `winit::event_loop::run_on_demand`.
- Use `NamedKey`, `Code` and `Location` from the `keyboard-types` v0.8 crate.
- Deprecate `Window::set_ime_allowed`, `Window::set_ime_cursor_area`, and `Window::set_ime_purpose`.
- On macOS, use the objc2 feature `relax-sign-encoding` to fix a runtime crash #4299
in macOS 26 with objc type checking.
### Removed

View file

@ -1,3 +1,9 @@
## 0.30.12
### Fixed
- On macOS, fix crash on macOS 26 by using objc2's relax-sign-encoding feature.
## 0.30.11
### Fixed