diff --git a/CHANGELOG.md b/CHANGELOG.md index 3444373250..70ced0cb6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,7 @@ - Warnings for dead code and unused variables have been re-enabled and fixed. - Added support for importing `OpaqueWin32` / `OpaqueWin32Kmt` memory handles. - Added two missing functions for querying about sparse images: `PhysicalDevice::sparse_image_format_properties` and `UnsafeImage::sparse_memory_requirements`. +- Added a `DeviceMemory::commitment` method to retrieve the current commitment for lazily-allocated memory. # Version 0.30.0 (2022-07-20)