docs(CHANGELOG): move #8247's entry to Unreleased

This commit is contained in:
Erich Gubler 2025-10-22 12:54:45 -04:00
parent 8e61646521
commit 1ba953d4f3

View File

@ -73,6 +73,10 @@ SamplerDescriptor {
} }
``` ```
### New Features
- Added support for transient textures on Vulkan and Metal. By @opstic in [#8247](https://github.com/gfx-rs/wgpu/pull/8247)
### Changes ### Changes
#### General #### General
@ -308,8 +312,6 @@ By @wumpf in [#8282](https://github.com/gfx-rs/wgpu/pull/8282), [#8285](https://
- Expose `naga::front::wgsl::UnimplementedEnableExtension`. By @ErichDonGubler in [#8237](https://github.com/gfx-rs/wgpu/pull/8237). - Expose `naga::front::wgsl::UnimplementedEnableExtension`. By @ErichDonGubler in [#8237](https://github.com/gfx-rs/wgpu/pull/8237).
- Added support for transient textures on Vulkan and Metal. By @opstic in [#8247](https://github.com/gfx-rs/wgpu/pull/8247)
### Changes ### Changes
#### General #### General