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.