From 1ba953d4f3cc2ef2ab4727bd17620f38f55cd422 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Wed, 22 Oct 2025 12:54:45 -0400 Subject: [PATCH] docs(CHANGELOG): move #8247's entry to `Unreleased` --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85329de12..a028b9299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 #### 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). -- Added support for transient textures on Vulkan and Metal. By @opstic in [#8247](https://github.com/gfx-rs/wgpu/pull/8247) - ### Changes #### General