Skip to content

Commit 5f7f0f7

Browse files
style(CHANGELOG): trim extra whitespace
1 parent 1bf1671 commit 5f7f0f7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ let (device, queue) = adapter
149149
.unwrap();
150150
```
151151

152-
More examples of this
152+
More examples of this
153153

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

156156
### Naga
157157

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

238-
239238
#### Naga
240239

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