docs(CHANGELOG): add entry for #8311 (#8398)

This commit is contained in:
Erich Gubler 2025-10-21 17:14:01 -04:00 committed by GitHub
parent a2cde58ff7
commit 8ddd320cf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,6 +80,10 @@ SamplerDescriptor {
### Bug Fixes
#### naga
- Fix a bug that resulted in the Metal error `program scope variable must reside in constant address space` in some cases. By @teoxoy in [#8311](https://github.com/gfx-rs/wgpu/pull/8311).
#### General
- Fixed a bug where mapping sub-ranges of a buffer on web would fail with `OperationError: GPUBuffer.getMappedRange: GetMappedRange range extends beyond buffer's mapped range`. By @ryankaplan in [#8349](https://github.com/gfx-rs/wgpu/pull/8349)