You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
6
6
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 1.0.0
9
+
10
+
### Fixed
11
+
12
+
- The API layer will now disable its function intercepts if the `XR_EXT_hand_tracking` extension is not requested by the application [Issue #14](https://github.com/ultraleap/OpenXRHandTracking/issues/14).
13
+
- Fixed issue causing non-conformance when running [OpenXR Conformance Test Suite](https://github.com/KhronosGroup/OpenXR-CTS).
14
+
8
15
## 1.0.0-beta.4
9
16
10
17
### Fixed
@@ -72,6 +79,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
72
79
73
80
### Known Issues
74
81
82
+
- This API layer currently does not disable its function intercepts if the `XR_EXT_hand_tracking` extension is *not*
83
+
requested by the application. This should have no practical effect, as it is undefined behaviour for an app to use
0 commit comments