docs/tint: Update OT changes for `array()`

Fixed: tint:1628
Change-Id: Ic865a0247176185b68e76513911341d0a4bbebd9
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97920
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
Ben Clayton 2022-08-02 16:14:25 +00:00 committed by Dawn LUCI CQ
parent 27f0ea69ea
commit cae5547aee
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Tint changes during Origin Trial
## Changes for M106
### New features
* `array()` constructor can now infer type and count. [tint:1628](crbug.com/tint/1628)
## Changes for M105
### New features