Update changelog

This commit is contained in:
Joonas Javanainen 2018-08-12 19:06:35 +03:00
parent ca34c8e9be
commit 130ebfc931
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -44,6 +44,8 @@
- Upgrade glium to 0.22.0. This updates winit to 0.16. This changes the way
HIDPI are calculated. Depending on your needs, you may want to set HIDPI to 1
by setting the environment variable `WINIT_HIDPI_FACTOR=1` if you use X11.
- `frame()` now takes a single `FrameSize` argument
- Bump minimum Rust version to 1.24
### Deprecated