mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-03 23:30:05 -04:00
* fix assertion failed: validate_hidpi_factor(dpi_factor) (#607) * added changelog entry
This commit is contained in:
committed by
Francesca Frangipane
parent
1a119bdfe9
commit
e8e9fa2418
@@ -8,6 +8,7 @@
|
||||
- On iOS, the `UIApplication` is not started until `Window::new` is called.
|
||||
- Fixed thread unsafety with cursor hiding on macOS.
|
||||
- On iOS, fixed the size of the `JmpBuf` type used for `setjmp`/`longjmp` calls. Previously this was a buffer overflow on most architectures.
|
||||
- On Windows, use cached window DPI instead of repeatedly querying the system. This fixes sporadic crashes on Windows 7.
|
||||
|
||||
# Version 0.16.2 (2018-07-07)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user