Skip to content

Commit 02636cd

Browse files
style(CHANGELOG): trim extra whitespace
1 parent 505d721 commit 02636cd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ let (device, queue) = adapter
166166
.unwrap();
167167
```
168168

169-
More examples of this
169+
More examples of this
170170

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

173173
### Naga
174174

@@ -252,7 +252,6 @@ By @Vecvec in [#7829](https://github.com/gfx-rs/wgpu/pull/7829).
252252
- 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.
253253
- `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`).
254254

255-
256255
#### Naga
257256

258257
- 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)