Skip to content

Commit

Permalink
Fix mistake in 0.8 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Sep 22, 2017
1 parent 3edc8e0 commit 09ced51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 09ced51

Please sign in to comment.