Skip to content

Commit

Permalink
Bump to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prideout committed Oct 30, 2019
1 parent 3893491 commit a82d939
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
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

- Add Java / Kotlin bindings for gltfio::Animator.
## v1.4.2

- Cleaned up the validation strategy in Engine (checks for use-after-destroy etc).
- OpenGL: Fixed ES 3.0 support on iOS.
- OpenGL: Added support for KHR_debug in debug builds.
- gltfio: Added Java / Kotlin bindings for Animator.
- gltfio: Fixed panic with the Android gltf-bloom demo.
- gltfio: Java clients should no longer call Filament#init.

## v1.4.1

Expand Down
2 changes: 1 addition & 1 deletion web/filament-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filament",
"version": "1.4.1",
"version": "1.4.2",
"description": "Real-time physically based rendering engine",
"main": "filament.js",
"module": "filament.js",
Expand Down

0 comments on commit a82d939

Please sign in to comment.