diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d6c19f909..13de7c3b16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -137,6 +137,9 @@ Changes to the `khr_display` extension: - Getting displays and display planes is now done from the physical device. - All features are now available. +Changes to the physical device: +- The `PhysicalDevice::surface_present_modes` method now takes an additional `SurfaceInfo` parameter. + ### Additions - Vulkano-shaders: Added a `root_path_env` property to allow loading shaders generated by a build script.