diff --git a/CHANGELOG_VULKANO.md b/CHANGELOG_VULKANO.md index c35c2b2428..0f4e4e31aa 100644 --- a/CHANGELOG_VULKANO.md +++ b/CHANGELOG_VULKANO.md @@ -123,6 +123,7 @@ - Implement fmt::Display for DisplayMode. - Clarify return value is in millihertz for DisplayMode.refresh_rate() - Reworked some of the internals of `SyncCommandBufferBuilder`, so that a mutex is no longer needed and resource conflict detection is simplified. +- `Features::all` and `Features::none` are now `const fn`. # Version 0.23.0 (2021-04-10)