Fix mistake in 0.8 changelog (#294)

This commit is contained in:
tomaka 2017-09-23 09:36:21 +02:00 committed by GitHub
parent 3edc8e0cd9
commit 6a2a7036d4

View file

@ -4,7 +4,7 @@
- Added `Window::set_maximized`, `WindowAttributes::maximized` and `WindowBuilder::with_maximized`.
- Added `Window::set_fullscreen`.
- Changed `with_fullscreen` to take a `FullscreenState` instead of a `MonitorId`.
- Changed `with_fullscreen` to take a `Option<MonitorId>` instead of a `MonitorId`.
- Removed `MonitorId::get_native_identifer()` in favor of platform-specific traits in the `os`
module.
- Changed `get_available_monitors()` and `get_primary_monitor()` to be methods of `EventsLoop`