diff --git a/CHANGELOG.md b/CHANGELOG.md index 3492e109..8845d05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,6 +98,7 @@ Changes to memory allocation: - Added the `disjoint` flag to `ImageCreateFlags`. This flag is used in combination with multi-planar images, to bind separate memory to each plane of the image. It is not yet supported for the higher-level image types. - Added `StandardCommandBufferAllocatorCreateInfo`. - Added `StandardCommandBufferAllocator::{try_reset_pool, clear}`. +- Added a spinning `Future` implementation to `Fence` and `FenceSignalFuture`. ### Bugs fixed - [#2004](https://github.com/vulkano-rs/vulkano/issues/2004): A swapchain image could be presented without being acquired.