Add compound assignment to the M102 release notes
Fixed: tint:1325 Change-Id: Iacfcc03fb889075a350fd666fa0588af4a19919b Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/74500 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
0e1f57cbc2
commit
e47b313d0c
|
@ -5,6 +5,7 @@
|
|||
### New Features
|
||||
|
||||
* Parentheses are no longer required around expressions for if and switch statements [tint:1424](crbug.com/tint/1424)
|
||||
* Compound assignment statements are now supported. [tint:1325](https://crbug.com/tint/1325)
|
||||
|
||||
### Breaking changes
|
||||
|
||||
|
|
Loading…
Reference in New Issue