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