From f90e563c281cfc71c794e0426ebcced9e3999202 Mon Sep 17 00:00:00 2001 From: Igor Shaposhnik Date: Sun, 13 Mar 2022 00:53:34 +0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df475b0c14..3406481f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## v0.9 (TBD) - WGSL: + - commas are used to separate struct members intead of semicolons - attributes are declared with `@attrib` instead of `[[attrib]]` - `stride` attribute is removed - block comments are supported