From 94a8fb9a434fae3691f99179ac444cc120b23dc2 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Wed, 20 Dec 2023 13:08:42 +0100 Subject: [PATCH] Changelog oopsie --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb88e1c..6b7b07a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ Changes to command buffers: - Renamed `UnsafeCommandBufferBuilder` to `RawRecordingCommandBuffer` and `UnsafeCommandBufferBuilder::build` to `end`. - Renamed `UnsafeCommandBuffer` to `RawCommandBuffer`. - `RecordingCommandBuffer` and `RawRecordingCommandBuffer` now take an `Arc` on construction. -- `RecordingCommandBuffer`, CommandBuffer`, `RawRecordingCommandBuffer` and `RawCommandBuffer` no longer have a type parameter for the type of allocator. +- `RecordingCommandBuffer`, `CommandBuffer`, `RawRecordingCommandBuffer` and `RawCommandBuffer` no longer have a type parameter for the type of allocator. - The `PrimaryCommandBufferAbstract` and `SecondaryCommandBufferAbstract` traits were removed. - `RawRecordingCommandBuffer::execute_commands` now takes `&RawCommandBuffer`s as argument.