Skip to content

Commit b5ace30

Browse files
docs(CHANGELOG): more clean-up
1 parent 983d460 commit b5ace30

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,13 @@ Fix `STATUS_HEAP_CORRUPTION` crash when concurrently calling `create_sampler`. B
5454

5555
- Fixed memory leak in vulkan backend. By @cwfitzgerald in [#8031](https://github.com/gfx-rs/wgpu/pull/8031).
5656

57-
## v26.0.2 (2025-07-26)
57+
## v26.0.2 (2025-07-23)
5858

5959
### Bug Fixes
6060

6161
- Fixed vulkan validation error regarding the swapchain in latest SDK. By @cwfitzgerald in [#7971](https://github.com/gfx-rs/wgpu/pull/7971).
6262
- Fixed flickering on AMD devices and crashes inside Renderdoc due to incorrect caching of `VkFramebuffer`s when the driver re-used image view handles. By @cwfitzgerald in [#7972](https://github.com/gfx-rs/wgpu/pull/7972).
63+
6364
> [!WARNING]
6465
> There is formally a breaking change in `wgpu_hal::vulkan::Device::texture_from_raw` as there is now a `&self` receiver where
6566
> there previously wasn't one. This will not affect you unless you explicitly use this api. We have gone ahead with the release
@@ -130,9 +131,9 @@ let (device, queue) = adapter
130131
.unwrap();
131132
```
132133

133-
More examples of this
134+
More examples of this
134135

135-
By @Vecvec in [#7829](https://github.com/gfx-rs/wgpu/pull/7829).
136+
By @Vecvec in [#7829](https://github.com/gfx-rs/wgpu/pull/7829).
136137

137138
### Naga
138139

@@ -215,7 +216,6 @@ By @Vecvec in [#7829](https://github.com/gfx-rs/wgpu/pull/7829).
215216
- The definition of `enum CommandEncoderError` has changed significantly, to reflect which errors can be raised by `CommandEncoder.finish()`. There are also some errors that no longer appear directly in `CommandEncoderError`, and instead appear nested within the `RenderPass` or `ComputePass` variants.
216217
- `CopyError` has been removed. Errors that were previously a `CopyError` are now a `CommandEncoderError` returned by `finish()`. (The detailed reasons for copies to fail were and still are described by `TransferError`, which was previously a variant of `CopyError`, and is now a variant of `CommandEncoderError`).
217218

218-
219219
#### Naga
220220

221221
- Mark `readonly_and_readwrite_storage_textures` & `packed_4x8_integer_dot_product` language extensions as implemented. By @teoxoy in [#7543](https://github.com/gfx-rs/wgpu/pull/7543)

0 commit comments

Comments
 (0)