From 90fdb954293cf6497522d55a43857887a1077fab Mon Sep 17 00:00:00 2001 From: prideout Date: Mon, 30 Sep 2019 14:55:14 -0700 Subject: [PATCH] Update release notes for v1.4.0 --- RELEASE_NOTES.md | 5 ++++- web/filament-js/package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 494fd45c23c8..4fbf9885e52b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -3,9 +3,12 @@ This file contains one line summaries of commits that are worthy of mentioning in release notes. A new header is inserted each time a *tag* is created. -## Next release +## v1.4.0 +- API Breakage: Simplified public-facing Fence API. - Minimum API level on Android is now API 19 instead of API 21. +- Filament can now be built with msvc 2019. +- Added the ability to modify clip space coordinates in the vertex shader. - Added missing API documentation. - Improved existing API documentation. - Added `Camera::setExposure(float)` to directly control the camera's exposure. diff --git a/web/filament-js/package.json b/web/filament-js/package.json index 5ba2a42d00e8..e1f57e6e0a71 100644 --- a/web/filament-js/package.json +++ b/web/filament-js/package.json @@ -1,6 +1,6 @@ { "name": "filament", - "version": "1.3.2", + "version": "1.4.0", "description": "Real-time physically based rendering engine", "main": "filament.js", "module": "filament.js",