style(CHANGELOG): trim extra whitespace

This commit is contained in:
Erich Gubler 2025-08-07 11:34:57 -04:00
parent 505d721674
commit 02636cd940

View File

@ -166,9 +166,9 @@ let (device, queue) = adapter
.unwrap();
```
More examples of this
More examples of this
By @Vecvec in [#7829](https://github.com/gfx-rs/wgpu/pull/7829).
By @Vecvec in [#7829](https://github.com/gfx-rs/wgpu/pull/7829).
### Naga
@ -252,7 +252,6 @@ By @Vecvec in [#7829](https://github.com/gfx-rs/wgpu/pull/7829).
- 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.
- `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`).
#### Naga
- 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)