diff --git a/Packages/com.unity.inputsystem/CHANGELOG.md b/Packages/com.unity.inputsystem/CHANGELOG.md index a63af1b374..d06a397cfb 100644 --- a/Packages/com.unity.inputsystem/CHANGELOG.md +++ b/Packages/com.unity.inputsystem/CHANGELOG.md @@ -12,6 +12,7 @@ however, it has to be formatted properly to pass verification tests. ### Added - Added the display of the device flag `CanRunInBackground` in device debug view. +- Added analytics for programmatic `InputAction` setup via `InputActionSetupExtensions` when exiting play-mode. ## [1.11.1] - 2024-09-26 @@ -50,7 +51,6 @@ however, it has to be formatted properly to pass verification tests. - Added tests for Input Action Editor UI for managing action maps (List, create, rename, delete) (ISX-2087) - Added automatic loading of custom extensions of InputProcessor, InputInteraction and InputBindingComposite [ISXB-856]](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-856). - Added an IME Input sample scene. -- Added analytics for programmatic `InputAction` setup via `InputActionSetupExtensions`. ## [1.10.0] - 2024-07-24