Skip to content

Commit 060a779

Browse files
cwfitzgeraldErichDonGubler
authored andcommitted
Update changelog
1 parent df725a6 commit 060a779

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@ Bottom level categories:
4040

4141
## Unreleased
4242

43+
## v25.0.1 (2025-04-11)
44+
45+
### Bug Fixes
46+
47+
- Fix typos in various documentation. By @waywardmonkeys in [#7509](https://github.com/gfx-rs/wgpu/pull/7509).
48+
- Fix compile error when building with `profiling/profile-with-*` feature enabled. By @waywardmonkeys in [#7510](https://github.com/gfx-rs/wgpu/pull/7510).
49+
- 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).
50+
51+
#### DX12
52+
53+
- 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).
54+
4355
## v25.0.0 (2025-04-10)
4456

4557
### Major Features

0 commit comments

Comments
 (0)