The open source OpenXR runtime

doc: Document !2421

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2421>

+8
+8
doc/changes/state_trackers/mr.2421.md
··· 1 + ### Changed 2 + - In `oxr_session_update_action_bindings`, change the selection priority 3 + for dynamic roles to prioritize the device name 4 + ### Fixed 5 + - Fixes a bug where `interaction_profile_find_in_session` would return 6 + unconditionally after finding the first profile. When multiple profiles 7 + share a name (e.g., `touch_plus` in both `XR_META_touch_controller_plus` 8 + and the OpenXR 1.1 core spec), only the first was ever considered.