Skip to content

Commit 4d2ac5c

Browse files
committed
Add CHANGELOG entries
1 parent 2a2f59d commit 4d2ac5c

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

org.mixedrealitytoolkit.core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

5+
## Unreleased
6+
7+
### Removed
8+
9+
* Moved `TrackedPoseDriverLookup` from the Core package into the Input package. [PR #1089](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1089)
10+
* Removed explicit dependency on `Unity.InputSystem`. [PR #1089](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1089)
11+
512
## [4.0.0-pre.3] - 2026-05-20
613

714
### Added

org.mixedrealitytoolkit.input/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1515
* Added `MRTKFocusFeature` to provide XrSession focus info to MRTK components. [PR #1057](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1057)
1616
* Added input action focus handling to disable controller/hand tracked state when the XrSession goes out of focus. [PR #1057](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1057)
1717
* Added support for XR_MSFT_hand_tracking_mesh and XR_ANDROID_hand_mesh on compatible runtimes. [PR #993](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/993)
18+
* Added `TrackedPoseDriverLookup` from the Core package into the Input package. [PR #1089](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1089)
1819

1920
### Changed
2021

org.mixedrealitytoolkit.spatialmanipulation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
44

55
## Unreleased
66

7+
## Added
8+
9+
* Added dependency on `MixedReality.Toolkit.Input` for access to `TrackedPoseDriverLookup`. [PR #1089](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1089)
10+
711
### Changed
812

913
* Updated the minimum editor version to 6000.0.66f2 [PR #1112](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1112)

0 commit comments

Comments
 (0)