Windows: respect min/max sizes when creating the window (#2393)

This commit is contained in:
Amr Bashir
2022-08-04 23:03:55 +02:00
committed by GitHub
parent c53a574bff
commit 6b7ceedc91
3 changed files with 34 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
- On Windows, respect min/max inner sizes when creating the window.
# 0.27.1 (2022-07-30)
- The minimum supported Rust version was lowered to `1.57.0` and now explicitly tested.