From f1a03abc7a3cac7b617dadcc5a0a60c01ce99604 Mon Sep 17 00:00:00 2001 From: Rua Date: Wed, 6 Dec 2023 17:24:12 +0100 Subject: [PATCH] #2419 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f6b520..72dfa7ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Changes to command buffers: - `AutoCommandBufferBuilder` and `UnsafeCommandBufferBuilder` now take an `Arc` on construction. - `AutoCommandBufferBuilder`, `PrimaryAutoCommandBuffer`, `SecondaryAutoCommandBuffer`, `UnsafeCommandBufferBuilder` and `UnsafeCommandBuffer` no longer have a type parameter for the type of allocator. +- The `PrimaryCommandBufferAbstract` and `SecondaryCommandBufferAbstract` traits were removed. Changes to command buffer allocation: - `CommandBufferAllocator` no longer has any associated types in order to make the trait object-safe.