Update changelog for v25.0.2 and v24.0.5 (#7724)

This commit is contained in:
Andreas Reich 2025-05-25 22:35:50 +01:00 committed by GitHub
parent d000d1ac05
commit 661b1720cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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