From 1100d3f6b65ecf2441a2a448cbf11a93212aaf34 Mon Sep 17 00:00:00 2001 From: James McGill Date: Thu, 12 Sep 2024 16:26:03 +0200 Subject: [PATCH] fix changelog after merge --- Packages/com.unity.inputsystem/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.