From a1e376d9325547ea120ead01f332cff8a0cbf1cd Mon Sep 17 00:00:00 2001 From: Rua Date: Tue, 31 Oct 2023 18:48:12 +0100 Subject: [PATCH] #2385 changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 015ac462..a7f5ead7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,18 @@ Pull Request merge. --> +### Public dependency updates +- [raw-window-handle](https://crates.io/raw-window-handle) 0.6 +- [winit](https://crates.io/crates/winit) 0.29 + ### Public dependency updates ### Breaking changes +Changes to `Surface`: +- `Surface::required_extensions` now returns a result. +- `Surface::from_window[_ref]` now take `HasWindowHandle + HasDisplayHandle` as the window and return a new error type. + ### Additions - Partially validated versions of `submit` and `present` commands (called via `QueueGuard`).