mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-02 23:06:32 +11:00
Fixed changelog line for core-* dependencies (#1561)
This commit is contained in:
parent
c7a33f926b
commit
bc19c04339
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
- On Windows, fix `WindowBuilder::with_maximized` being ignored.
|
- On Windows, fix `WindowBuilder::with_maximized` being ignored.
|
||||||
- On Android, minimal platform support.
|
- On Android, minimal platform support.
|
||||||
- On iOS, touch positions are now properly converted to physical pixels.
|
- On iOS, touch positions are now properly converted to physical pixels.
|
||||||
|
- On macOS, updated core-* dependencies and cocoa
|
||||||
|
|
||||||
# 0.22.1 (2020-04-16)
|
# 0.22.1 (2020-04-16)
|
||||||
|
|
||||||
|
@ -43,7 +44,6 @@
|
||||||
- On macOS, fix `CursorMoved` event reporting the cursor position using logical coordinates.
|
- On macOS, fix `CursorMoved` event reporting the cursor position using logical coordinates.
|
||||||
- On macOS, fix issue where unbundled applications would sometimes open without being focused.
|
- On macOS, fix issue where unbundled applications would sometimes open without being focused.
|
||||||
- On macOS, fix `run_return` does not return unless it receives a message.
|
- On macOS, fix `run_return` does not return unless it receives a message.
|
||||||
- On macOS, updated core-* dependencies and cocoa
|
|
||||||
- On Windows, fix bug where `RedrawRequested` would only get emitted every other iteration of the event loop.
|
- On Windows, fix bug where `RedrawRequested` would only get emitted every other iteration of the event loop.
|
||||||
- On X11, fix deadlock on window state when handling certain window events.
|
- On X11, fix deadlock on window state when handling certain window events.
|
||||||
- `WindowBuilder` now implements `Default`.
|
- `WindowBuilder` now implements `Default`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue