tint: Update origin-trial-changes for parser changes.
Change-Id: Ia2571eea79bb7175b2578888c3e3857fff418b52 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117214 Kokoro: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
7d2b192439
commit
41884e4ebf
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## Changes for M111
|
## Changes for M111
|
||||||
|
|
||||||
|
### Breaking changes
|
||||||
|
|
||||||
|
* You may need to add parentheses to less-than or greater-than binary expressions that now parse as template lists. For example `a(b<c, d>e)` will need parentheses around `b<c` or `d>e`. [tint:1810](crbug.com/tint/1810).
|
||||||
|
|
||||||
## Deprecated Features
|
## Deprecated Features
|
||||||
|
|
||||||
* The keyword to alias a type has been renamed from `type` to `alias`. [tint:1812](crbug.com/tint/1812)
|
* The keyword to alias a type has been renamed from `type` to `alias`. [tint:1812](crbug.com/tint/1812)
|
||||||
|
|
Loading…
Reference in New Issue