diff --git a/CHANGELOG_VULKANO.md b/CHANGELOG_VULKANO.md index c4d61946c..cbca0dc9c 100644 --- a/CHANGELOG_VULKANO.md +++ b/CHANGELOG_VULKANO.md @@ -69,6 +69,7 @@ - Fixed mipmap generation for 2D array images. - 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. # Version 0.27.1 (2021-12-07)