Skip to content

Commit

Permalink
#1814 changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliah-Lakhin committed Feb 14, 2022
1 parent 8775777 commit 2bc0ea4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
- 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)

Expand Down

0 comments on commit 2bc0ea4

Please sign in to comment.