From b8a9e94a8e095844ae2b1bf61a6c4a3559837464 Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:29:50 +0100 Subject: [PATCH] Changelog was borked --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1c7031..941ac222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ Changes to command buffers: Changes to command buffer allocation: - `CommandBufferAllocator` no longer has any associated types in order to make the trait object-safe. -- There is now only the single `CommandBufferAlloc` type to represent allocated command buffers. The `CommandBufferAlloc` and `CommandBufferBuilderAlloc traits and `StandardCommandBufferAlloc` and `StandardCommandBufferBuilderAlloc` types were removed. +- There is now only the single `CommandBufferAlloc` type to represent allocated command buffers. The `CommandBufferAlloc` and `CommandBufferBuilderAlloc` traits and `StandardCommandBufferAlloc` and `StandardCommandBufferBuilderAlloc` types were removed. - `CommandBufferAllocator::allocate` now returns a single `CommandBufferAlloc` on success and `Validated` on failure. - `CommandBufferAllocator` now has a required method `deallocate`.