Skip to content

Commit 4040fea

Browse files
committed
Fix warning in changelog
1 parent 0304924 commit 4040fea

File tree

6 files changed

+225
-227
lines changed

6 files changed

+225
-227
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Bottom level categories:
4646

4747
- Fixed vulkan validation error regarding the swapchain in latest SDK. By @cwfitzgerald in [#7971](https://github.com/gfx-rs/wgpu/pull/7971).
4848
- 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).
49-
> [!WARNING]
50-
> There is formally a breaking change in `wgpu_hal::vulkan::Device::texture_from_raw` as there is now a `&self` receiver where
51-
> there previously wasn't one. This will not affect you unless you explicitly use this api. We have gone ahead with the release
52-
> as the bug was pervasive and made wgpu unusable for the affected people on v26.
49+
> [!WARNING]
50+
> There is formally a breaking change in `wgpu_hal::vulkan::Device::texture_from_raw` as there is now a `&self` receiver where
51+
> there previously wasn't one. This will not affect you unless you explicitly use this api. We have gone ahead with the release
52+
> as the bug was pervasive and made wgpu unusable for the affected people on v26.
5353
5454
## v26.0.1 (2025-07-10)
5555

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)