Publish 0.8.1 with fixes necessary for glutin (#296)

This commit is contained in:
tomaka 2017-09-23 09:36:30 +02:00 committed by GitHub
parent 6a2a7036d4
commit 15fbc0dff4
4 changed files with 50 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Unreleased
# Version 0.8.1 (2017-09-22)
- Added various methods to `os::linux::EventsLoopExt`, plus some hidden items necessary to make
glutin work.
# Version 0.8.0 (2017-09-21)
- Added `Window::set_maximized`, `WindowAttributes::maximized` and `WindowBuilder::with_maximized`.