From fcb726f4998f6b1505513c92579b672b53617cc5 Mon Sep 17 00:00:00 2001 From: Rua Date: Sat, 19 Nov 2022 11:32:28 +0100 Subject: [PATCH] #2090 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a20a52b..b59ef1a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ Changes to the `sync` module and types: ### Additions - Added `CpuBufferAllocatorCreateInfo`. - Allow waiting on `SwapchainAcquireFuture`. +- Implement `IntoIterator` for `Features`, `DeviceExtensions` and `InstanceExtensions`. ### Bugs fixed