Skip to content

Commit 700f235

Browse files
cwfitzgeraldErichDonGubler
authored andcommitted
Update changelog for 25.0.1
# Conflicts: # CHANGELOG.md
1 parent f1c4965 commit 700f235

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ Bottom level categories:
5252

5353
- Removed `MaintainBase` in favor of using `PollType`. By @waywardmonkeys in [#7508](https://github.com/gfx-rs/wgpu/pull/7508).
5454

55+
## v25.0.1 (2025-04-11)
56+
57+
### Bug Fixes
58+
59+
- Fix typos in various documentation. By @waywardmonkeys in [#7509](https://github.com/gfx-rs/wgpu/pull/7509).
60+
- Fix compile error when building with `profiling/profile-with-*` feature enabled. By @waywardmonkeys in [#7510](https://github.com/gfx-rs/wgpu/pull/7510).
61+
- Use `once_cell::race::OnceBox` instead of `std::sync::LazyLock` to allow `naga::proc::Namer::default()` to be available without backend features being enabled. By @cwfitzgerald in [#7517](https://github.com/gfx-rs/wgpu/pull/7517).
62+
63+
#### DX12
64+
65+
- Fix validation error when creating a non-mappable buffer using the committed allocation scheme. By @cwfitzgerald and @ErichDonGubler in [#7519](https://github.com/gfx-rs/wgpu/pull/7519).
66+
5567
## v25.0.0 (2025-04-10)
5668

5769
### Major Features

0 commit comments

Comments
 (0)