From 02636cd940eb630448e882885ef1e7deea493acd Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 7 Aug 2025 11:34:57 -0400 Subject: [PATCH] style(CHANGELOG): trim extra whitespace --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d04d74205..23f43e1e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)