From 762666783a363aa46e4e73663ed5d67f461970a3 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Mon, 3 Jan 2022 23:28:43 +0100 Subject: [PATCH] changelog: Add entries for recent PRs #533, #537, #542 --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 18c0292..ca0c677 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `VK_KHR_get_surface_capabilities2` device extension (#530) +### Changed + +- example: Refactor event loop handling for continuous redraw (#542) +- Generate `RGBA=R|G|B|A` helper constant for `ColorComponentFlags` (#537) +- Remove remaining `CString` allocations on string literals in examples and hand-written AMD extension (#533) + ## [0.35.0] - 2021-12-27 ### Changed