From fd55da031925f21ffe20b6b3fdf0bbaabefa4a20 Mon Sep 17 00:00:00 2001 From: Benjamin Doherty Date: Mon, 15 Mar 2021 10:10:40 -0700 Subject: [PATCH] Update RELEASE_NOTES for 1.9.16 --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 03e11c97cb..2a42519075 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 (main branch) +## v1.9.17 + - engine: New shift parameter on `Camera` to translate the viewport and emulate a tilt/shift lens - engine: `Camera::setCustomProjection()` now allows to set a different projection for culling and rendering - engine: Fixed depth of field rendering with custom projection matrices @@ -13,6 +15,10 @@ A new header is inserted each time a *tag* is created. ## v1.9.16 +gltfio: Add ResourceLoader evict API. +gltfio: Fix ResourceLoader cache bug. +iOS: Disable exceptions to reduce binary size. + ## v1.9.15 - filamat/matc: fix sporadic crash.