From 29d349c14c4b143826daf19f400b4459da253891 Mon Sep 17 00:00:00 2001 From: antonino Date: Sat, 6 May 2023 20:09:27 +0200 Subject: [PATCH] changelog: Document #748 addition of `from_parts` constructors --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index c92e5f971..41ee4520d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `VK_EXT_shader_object` device extension (#732) - Added missing `Device::get_device_queue2()` wrapper (#736) - Exposed `FramebufferCreateInfo::attachment_count()` builder for `vk::FramebufferCreateFlags::IMAGELESS` (#747) +- Allow building Entry/Instance/Device from handle+fns (#748) ### Changed