From c0878ecaa16c3f88a64222a7b87194f54afeadd7 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Tue, 29 Oct 2024 15:29:00 -0700 Subject: [PATCH] docs(CHANGELOG): add missing entry for #6107 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aca4476df80..c5a85b6e02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -185,6 +185,7 @@ By @MarijnS95 in [#6006](https://github.com/gfx-rs/wgpu/pull/6006). #### Metal - Implement `atomicCompareExchangeWeak`. By @AsherJingkongChen in [#6265](https://github.com/gfx-rs/wgpu/pull/6265). +- Unless an explicit `CAMetalLayer` is provided, surfaces now render to a sublayer. This improves resizing behavior, fixing glitches during on window resize. By @madsmtm in [#6107](https://github.com/gfx-rs/wgpu/pull/6107). ### Bug Fixes