Bump version on master
This commit does not represent a release and only synchronizes CHANGELOG from the latest release.
This commit is contained in:
parent
5904529ba1
commit
120f21a010
5 changed files with 19 additions and 15 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue