Skip to content

Commit 8495e72

Browse files
Fix up CHANGELOG
1 parent 871de40 commit 8495e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Bottom level categories:
5454
#### Naga
5555

5656
- When emitting GLSL, Uniform and Storage Buffer memory layouts are now emitted even if no explicit binding is given. By @cloone8 in [#7579](https://github.com/gfx-rs/wgpu/pull/7579).
57-
- Span error emission now accepts Paths as more than just a &str. By @atlv24 in [#7643](https://github.com/gfx-rs/wgpu/pull/7643).
57+
- Diagnostic rendering methods (i.e., `naga::{front::wgsl::ParseError,WithSpan}::emit_error_to_string_with_path`) now accept more types for their `path` argument via a new sealed `AsDiagnosticFilePath` trait. By @atlv24 and @ErichDonGubler in [#7643](https://github.com/gfx-rs/wgpu/pull/7643).
5858

5959
### Bug Fixes
6060

0 commit comments

Comments
 (0)