From f7953083e17c4e5ffddd0aa7fd8d09655576b0dd Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Wed, 3 Aug 2022 12:12:25 +0000 Subject: [PATCH] docs/tint: Documented addition of 'static_assert' Bug: tint:1625 Change-Id: I20c51bd137796ea03e0085d69d46181e243970e3 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97964 Commit-Queue: Ben Clayton Reviewed-by: Dan Sinclair --- docs/tint/origin-trial-changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tint/origin-trial-changes.md b/docs/tint/origin-trial-changes.md index 05f6440cd0..84f6ba466b 100644 --- a/docs/tint/origin-trial-changes.md +++ b/docs/tint/origin-trial-changes.md @@ -5,6 +5,7 @@ ### New features * `array()` constructor can now infer type and count. [tint:1628](crbug.com/tint/1628) +* `static_assert` statement has been added. [tint:1625](crbug.com/tint/1625) ## Changes for M105