diff --git a/CHANGELOG.md b/CHANGELOG.md index 416bc11a66..70a91678a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,6 +144,14 @@ Additionally `Surface::get_default_config` now returns an Option and returns Non - Don't use a pointer to a local copy of a `PhysicalDeviceDriverProperties` struct after it has gone out of scope. In fact, don't make a local copy at all. Introduce a helper function for building `CStr`s from C character arrays, and remove some `unsafe` blocks. By @jimblandy in [#3076](https://github.com/gfx-rs/wgpu/pull/3076). + +## wgpu-0.14.2 (2022-11-28) + +### Bug Fixes + +- Fix incorrect offset in `get_mapped_range` by @nical in [#3233](https://github.com/gfx-rs/wgpu/pull/3233) + + ## wgpu-0.14.1 (2022-11-02) ### Bug Fixes