Update parking_lot and bump version (#593)

This commit is contained in:
Bastien Orivel
2018-07-07 23:21:53 +02:00
committed by Francesca Frangipane
parent 040d3f5d8b
commit c1ef1acfc0
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Unreleased
# Version 0.16.2 (2018-07-07)
- On Windows, non-resizable windows now have the maximization button disabled. This is consistent with behavior on macOS and popular X11 WMs.
- Corrected incorrect `unreachable!` usage when guessing the DPI factor with no detected monitors.