diff --git a/Packages/com.unity.inputsystem/CHANGELOG.md b/Packages/com.unity.inputsystem/CHANGELOG.md index 43d7ce5fdc..240d91ff98 100644 --- a/Packages/com.unity.inputsystem/CHANGELOG.md +++ b/Packages/com.unity.inputsystem/CHANGELOG.md @@ -10,6 +10,9 @@ however, it has to be formatted properly to pass verification tests. ## [Unreleased] - yyyy-mm-dd +### Changed +- Renamed editor Resources directories to PackageResources to fix package validation warnings. + ## [1.11.0] - 2024-09-10 ### Fixed @@ -24,7 +27,6 @@ however, it has to be formatted properly to pass verification tests. ### Changed - Use `ProfilerMarker` instead of `Profiler.BeginSample` and `Profiler.EndSample` when appropriate to enable recording of profiling data. -- Renamed editor Resources directories to PackageResources to fix package validation warnings. ### Added - Added Hinge Angle sensor support for foldable devices.