From c9f3d69fc056a0ea1d322da1a36da45b12f77213 Mon Sep 17 00:00:00 2001 From: Rua Date: Tue, 7 Nov 2023 21:55:24 +0100 Subject: [PATCH] #2399 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f181007c..cfc546e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ Changes to `Surface`: ### Bugs fixed - Incorrect assert condition in `PipelineLayout::is_compatible_with`. +- `evaluate_spec_constant_op` panics with UConvert, SConvert, and FConvert. # Version 0.34.1 (2023-10-29)