From 79591acf3d36a2064b6c47c312e7f85359210f37 Mon Sep 17 00:00:00 2001 From: Austin Johnson Date: Sun, 29 Oct 2023 19:00:52 -0500 Subject: [PATCH] Move changelog entries related to 0.34.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd39187..015ac462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ ### Bugs fixed +# Version 0.34.1 (2023-10-29) + +### Bugs fixed + - `StandardDescriptorSetAllocator` panicking due to an arithmetic overflow when arithmetic overflow checks are enabled. - Vulkano-util still depending on the now-deprecated vulkano-win.