From 9144143e8765262870848ab60e7475abed494d62 Mon Sep 17 00:00:00 2001 From: Rua Date: Mon, 14 Feb 2022 10:42:15 +0100 Subject: [PATCH] Put new changes in the right place --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c68bff93..f0aa4534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Pull Request merge. --> +- **Breaking** `Instance` creation parameters are given using `InstanceCreateInfo`. +- **Breaking** `ApplicationInfo` and the `app_info_from_cargo_toml!` macro are removed, their functionality is now integrated into `InstanceCreateInfo`. +- **Breaking** `Device` creation parameters are given using `DeviceCreateInfo`. - Fixed sync bug in `copy_image` and `blit_image` where the `src` and `dest` images are the same but with different mip level and/or array layer. - Fixed bug in `begin_render_pass` causing a panic when clearing a depth-only attachment. - Fixed bug in the `QueueFamily::supports_` methods causing a panic when querying support for a stage that needs no queue flags. @@ -80,9 +83,6 @@ - Added `aspects` to the builder of `ImageView`, to choose which aspect(s) of an image to use in the view. - Added `SamplerYcbcrConversion`, and the ability to attach it to a sampler or image view. - Fixed of not being able to create multi-layer framebuffers. -- **Breaking** `Instance` creation parameters are given using `InstanceCreateInfo`. -- **Breaking** `ApplicationInfo` and the `app_info_from_cargo_toml!` macro are removed, their functionality is now integrated into `InstanceCreateInfo`. -- **Breaking** `Device` creation parameters are given using `DeviceCreateInfo`. # Version 0.27.1 (2021-12-07)