From 440a34b2bbe33421578720e3436832879ac5d85e Mon Sep 17 00:00:00 2001 From: Rua Date: Wed, 31 Mar 2021 12:55:54 +0200 Subject: [PATCH] Comment in changelog with formatting instructions (#1526) * Comment in changelog with formatting instructions * Remove duplicate --- CHANGELOG_VULKANO.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_VULKANO.md b/CHANGELOG_VULKANO.md index a275d883..2f18d7e1 100644 --- a/CHANGELOG_VULKANO.md +++ b/CHANGELOG_VULKANO.md @@ -1,4 +1,8 @@ # Unreleased + # Version 0.22.0 (2021-03-31) @@ -33,7 +37,6 @@ - Implemented synchronization for `SyncCommandBufferBuilder::execute_commands`. - `AutoCommandBufferBuilder::execute_commands` is now fully safe to use. - `SyncCommandBufferBuilder` now becomes poisoned when it returns an error, to prevent using the builder in an inconsistent state. -- **Breaking** structures passed to `ImmutableBuffer::from_data` and `CpuAccessibleBuffer::from_data` must implement [`Copy`](https://doc.rust-lang.org/std/marker/trait.Copy.html) to ensure soundness of these functions - Added a `dispatch_indirect` command to `AutoCommandBufferBuilder`. # Version 0.21.0 (2021-03-05)