From 0375be792424c123eec8d55b16f032cdfdbfcf11 Mon Sep 17 00:00:00 2001 From: Rua Date: Mon, 4 Mar 2024 17:25:17 +0100 Subject: [PATCH] #2481 changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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`.