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.