diff --git a/Packages/webxr/CHANGELOG.md b/Packages/webxr/CHANGELOG.md index e818f0aa..213dfa09 100644 --- a/Packages/webxr/CHANGELOG.md +++ b/Packages/webxr/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2020-11-07 +### Added +- emscripten browser object pause/resume when switching sessions. + +### Changed +- Replaced Inline XR Session with window.rAF. + ## [0.3.0] - 2020-11-01 ### Added - Support for XR providers in the editor. @@ -17,4 +24,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.0] - 2020-10-30 ### Added - Some XR SDK features, like the subsystems. Still not fully support the XR SDK. -- Info about WebXR Interactions in the README file. \ No newline at end of file +- Info about WebXR Interactions in the README file. diff --git a/Packages/webxr/package.json b/Packages/webxr/package.json index ca1f4792..e1645942 100644 --- a/Packages/webxr/package.json +++ b/Packages/webxr/package.json @@ -1,7 +1,7 @@ { "name": "com.de-panther.webxr", "displayName": "WebXR Export", - "version": "0.3.0-preview", + "version": "0.3.1-preview", "unity": "2019.4", "unityRelease": "7f1", "description": "Export Unity projects to WebXR", @@ -18,4 +18,4 @@ "dependencies": { "com.unity.xr.management": "3.2.13" } -} \ No newline at end of file +}