Skip to content

Commit 3933bd4

Browse files
docs(CHANGELOG): hoist backport entry for #8311 to proper place, lowercase naga
1 parent 650087a commit 3933bd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Bottom level categories:
4040

4141
## Unreleased
4242

43+
#### naga
44+
45+
- Fix a bug that resulted in the Metal error `program scope variable must reside in constant address space` in some cases. Backport of [#8311](https://github.com/gfx-rs/wgpu/pull/8311) by @teoxoy.
46+
4347
### Bug Fixes
4448

4549
#### General
@@ -50,10 +54,6 @@ Bottom level categories:
5054

5155
- Align copies b/w textures and buffers via a single intermediate buffer per copy when `D3D12_FEATURE_DATA_D3D12_OPTIONS13.UnrestrictedBufferTextureCopyPitchSupported` is `false`. By @ErichDonGubler in [#7721](https://github.com/gfx-rs/wgpu/pull/7721), backported in [#8374](https://github.com/gfx-rs/wgpu/pull/8374).
5256

53-
#### Naga
54-
55-
- Fix a bug that resulted in the Metal error `program scope variable must reside in constant address space` in some cases. Backport of [#8311](https://github.com/gfx-rs/wgpu/pull/8311) by @teoxoy.
56-
5757
## v27.0.2 (2025-10-03)
5858

5959
### Bug Fixes

0 commit comments

Comments
 (0)