From 0a90dd633331a528cf61dfd298dec886af913eb9 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 ae121795a..5e364e6cc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `VK_KHR_performance_query` device extension (#726) - Added `VK_EXT_shader_object` device extension (#732) - Added missing `Device::get_device_queue2()` wrapper (#736) +- Allow building Entry/Instance/Device from handle+fns (#748) ### Changed