Fix RELEASE_NOTES

This commit is contained in:
Ben Doherty
2020-09-30 14:53:01 -06:00
committed by GitHub
parent 236ed9680c
commit 42862ddcde

View File

@@ -5,6 +5,8 @@ A new header is inserted each time a *tag* is created.
## Next release (v1.9.4)
- New `ShadowOptions` control to render Variance Shadow Maps (VSM) with MSAA (experimental).
## v1.9.3
## v1.9.2
@@ -22,8 +24,6 @@ A new header is inserted each time a *tag* is created.
- Add float versions of math constants to libmath
- filament-utils: fix, `CoroutineScope` job should be canceled before destroy
- New `ShadowOptions` control to render Variance Shadow Maps (VSM) with MSAA (experimental).
## v1.9.0
- `MASKED` mode now leaves destination alpha intact (useful for transparent targets).