From a28ef46c8addc179dc108b3c9ac17e9da329371d Mon Sep 17 00:00:00 2001 From: Sebastian Hamel Date: Thu, 30 Mar 2023 20:56:24 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d7bb93cd6..eeecf8747ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -126,6 +126,7 @@ By @cwfitzgerald in [#3610](https://github.com/gfx-rs/wgpu/pull/3610). - Improve format MSAA capabilities detection. By @jinleili in [#3429](https://github.com/gfx-rs/wgpu/pull/3429) - Fix surface view formats validation error. By @jinleili in [#3432](https://github.com/gfx-rs/wgpu/pull/3432) - Set `max_memory_allocation_size` via `PhysicalDeviceMaintenance3Properties`. By @jinleili in [#3567](https://github.com/gfx-rs/wgpu/pull/3567) +- Silence false-positive validation error about surface resizing. By @seabassjh in [#3095](https://github.com/gfx-rs/wgpu/pull/3095) ### Bug Fixes