From 661b1720cbec19a3fc77427e3edf435a463761c3 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Sun, 25 May 2025 22:35:50 +0100 Subject: [PATCH] Update changelog for v25.0.2 and v24.0.5 (#7724) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d9e2c1e..76ab5c36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,6 +107,19 @@ Naga now infers the correct binding layout when a resource appears only in an as - Allow scalars as the first argument of the `distance` built-in function. By @bernhl in [#7530](https://github.com/gfx-rs/wgpu/pull/7530). +## v25.0.2 (2025-05-24) + +### Bug Fixes + +#### General + +- Fix a possible deadlock within `Queue::write_buffer`. By @RedMindZ in [#7582](https://github.com/gfx-rs/wgpu/pull/7582) +- Fix `raw-window-handle` dependency being too lenient. By @kpreid in [#7526](https://github.com/gfx-rs/wgpu/pull/7526) + +#### WebGPU + +- Insert fragment pipeline constants into fragment descriptor instead of vertex descriptor. By @DerSchmale in [#7621](https://github.com/gfx-rs/wgpu/pull/7621) + ## v25.0.1 (2025-04-11) ### Bug Fixes @@ -456,6 +469,17 @@ By @cwfitzgerald in [#6811](https://github.com/gfx-rs/wgpu/pull/6811), [#6815](h - Call `pre_present_notify()` before presenting. By @kjarosh in [#7074](https://github.com/gfx-rs/wgpu/pull/7074). + +## v24.0.5 (2025-05-24) + +### Bug Fixes + +#### General +- Fix a possible deadlock within `Queue::write_buffer`. By @RedMindZ in [#7582](https://github.com/gfx-rs/wgpu/pull/7582) + +#### WebGPU +- Insert fragment pipeline constants into fragment descriptor instead of vertex descriptor. By @DerSchmale in [#7621](https://github.com/gfx-rs/wgpu/pull/7621) + ## v24.0.4 (2025-04-03) ### Metal