From 42862ddcded8fd75bd1c7e481cfee281d69445ae Mon Sep 17 00:00:00 2001 From: Ben Doherty Date: Wed, 30 Sep 2020 14:53:01 -0600 Subject: [PATCH] Fix RELEASE_NOTES --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b410dd61c6..2f87223a9b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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).