From f98c2dc209ec52f02d5903c6a274500bd818b907 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 15 Nov 2022 23:13:46 -0800 Subject: [PATCH] Update CHANGELOG.md. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9bc5f0fd..656d9dcb1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,6 +109,7 @@ Bottom level categories: - Update the `minimum supported rust version` to 1.65 - Use cargo 1.64 workspace inheritance feature. By @jinleili in [#3107](https://github.com/gfx-rs/wgpu/pull/3107) +- Move `ResourceMetadata` into its own module. By @jimblandy in [#3213](https://github.com/gfx-rs/wgpu/pull/3213) #### Vulkan