diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f38bf57..87aab7d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ ### Breaking changes +Changes to (physical) device: +- `Properties` is renamed to `DeviceProperties`. +- `Features` is renamed to `DeviceFeatures`. + Changes to command buffers: - Renamed `AutoCommandBufferBuilder` to `RecordingCommandBuffer` and `AutoCommandBufferBuilder::build` to `end`. - Merged `{Primary,Secondary}AutoCommandBuffer` into `CommandBuffer` and the corresponding `RecordingCommandBuffer::{primary,secondary}` into `new`.