diff --git a/CHANGELOG.md b/CHANGELOG.md index cce61af51d..e63b685475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,9 @@ Changes to pipeline caches: Changes to `Swapchain`: - Swapchain creation no longer returns an error when the swapchain extent doesn't match the current surface extent. This requirement is ill-defined in the spec, as detailed here: [TOCTOU race condition on minImageExtent/maxImageExtent?](https://github.com/KhronosGroup/Vulkan-Docs/issues/1144). +Changes to samplers: +- The `sampler` module is now a submodule of `image`. + ### Additions - Vulkano-shaders: Added a `root_path_env` property to allow loading shaders generated by a build script.