Skip to content

Commit 7a78485

Browse files
docs(CHANGELOG): port 26.0.{3,4} release notes
1 parent 5f7f0f7 commit 7a78485

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,27 @@ Naga now requires that no type be larger than 1 GB. This limit may be lowered in
6969

7070
- Validate that effective buffer binding size is aligned to 4 when creating bind groups with buffer entries.. By @ErichDonGubler in [8041](https://github.com/gfx-rs/wgpu/pull/8041).
7171

72+
## v26.0.4 (2025-08-07)
73+
74+
### Bug Fixes
75+
7276
#### Vulkan
7377

74-
Fix `STATUS_HEAP_CORRUPTION` crash when concurrently calling `create_sampler`. By @atlv24 in [#8043](https://github.com/gfx-rs/wgpu/pull/8043).
78+
Fix `STATUS_HEAP_CORRUPTION` crash when concurrently calling `create_sampler`. By @atlv24 in [#8043](https://github.com/gfx-rs/wgpu/pull/8043), [#8056](https://github.com/gfx-rs/wgpu/pull/8056).
79+
80+
## v26.0.3 (2025-07-30)
81+
82+
### Bug Fixes
83+
84+
- Fixed memory leak in vulkan backend. By @cwfitzgerald in [#8031](https://github.com/gfx-rs/wgpu/pull/8031).
7585

7686
## v26.0.2 (2025-07-23)
7787

7888
### Bug Fixes
7989

8090
- Fixed vulkan validation error regarding the swapchain in latest SDK. By @cwfitzgerald in [#7971](https://github.com/gfx-rs/wgpu/pull/7971).
8191
- 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).
92+
8293
> [!WARNING]
8394
> There is formally a breaking change in `wgpu_hal::vulkan::Device::texture_from_raw` as there is now a `&self` receiver where
8495
> there previously wasn't one. This will not affect you unless you explicitly use this api. We have gone ahead with the release

0 commit comments

Comments
 (0)