docs(CHANGELOG): note OOB buffer panic → to wgpu-core valid. err.

This commit is contained in:
Erich Gubler 2024-11-04 14:22:33 -05:00
parent 12e025f432
commit e45e7703d6

View File

@ -119,6 +119,7 @@ By @ErichDonGubler in [#6456](https://github.com/gfx-rs/wgpu/pull/6456), [#6148]
#### General
- Handle query set creation failure as an internal error that loses the `Device`, rather than panicking. By @ErichDonGubler in [#6505](https://github.com/gfx-rs/wgpu/pull/6505).
- Move buffer slice OOB checks to be a validation error in `wgpu-core`, instead of a panic in `wgpu` only. By @ErichDonGubler in [#6493](https://github.com/gfx-rs/wgpu/pull/6493).
#### Naga