Skip to content

Commit 661b172

Browse files
authored
Update changelog for v25.0.2 and v24.0.5 (#7724)
1 parent d000d1a commit 661b172

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,19 @@ Naga now infers the correct binding layout when a resource appears only in an as
107107

108108
- Allow scalars as the first argument of the `distance` built-in function. By @bernhl in [#7530](https://github.com/gfx-rs/wgpu/pull/7530).
109109

110+
## v25.0.2 (2025-05-24)
111+
112+
### Bug Fixes
113+
114+
#### General
115+
116+
- Fix a possible deadlock within `Queue::write_buffer`. By @RedMindZ in [#7582](https://github.com/gfx-rs/wgpu/pull/7582)
117+
- Fix `raw-window-handle` dependency being too lenient. By @kpreid in [#7526](https://github.com/gfx-rs/wgpu/pull/7526)
118+
119+
#### WebGPU
120+
121+
- Insert fragment pipeline constants into fragment descriptor instead of vertex descriptor. By @DerSchmale in [#7621](https://github.com/gfx-rs/wgpu/pull/7621)
122+
110123
## v25.0.1 (2025-04-11)
111124

112125
### Bug Fixes
@@ -456,6 +469,17 @@ By @cwfitzgerald in [#6811](https://github.com/gfx-rs/wgpu/pull/6811), [#6815](h
456469

457470
- Call `pre_present_notify()` before presenting. By @kjarosh in [#7074](https://github.com/gfx-rs/wgpu/pull/7074).
458471

472+
473+
## v24.0.5 (2025-05-24)
474+
475+
### Bug Fixes
476+
477+
#### General
478+
- Fix a possible deadlock within `Queue::write_buffer`. By @RedMindZ in [#7582](https://github.com/gfx-rs/wgpu/pull/7582)
479+
480+
#### WebGPU
481+
- Insert fragment pipeline constants into fragment descriptor instead of vertex descriptor. By @DerSchmale in [#7621](https://github.com/gfx-rs/wgpu/pull/7621)
482+
459483
## v24.0.4 (2025-04-03)
460484

461485
### Metal

0 commit comments

Comments
 (0)