Skip to content

Commit 6cb782a

Browse files
committed
docs: changelog improved
1 parent d8170bc commit 6cb782a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [2.1.1] - 2026-07-04
88

9-
**Fixed**:
10-
- `ServicesScaffolders` adapts to Unity 6000.4+ `AssetCreationEndAction` / `EntityId` API (guarded by `UNITY_6000_4_OR_NEWER`; pre-6000.4 path unchanged).
11-
129
**Changed**:
1310
- PlayMode tests updated to parameterless `FindObjectsByType<T>()` overload (Unity 6 API).
1411
- Removed redundant `[Serializable]` from `AddressableConfig` (already implicitly serializable as a reference type in Unity YAML).
1512

13+
**Fixed**:
14+
- `ServicesScaffolders` adapts to Unity 6000.4+ `AssetCreationEndAction` / `EntityId` API (guarded by `UNITY_6000_4_OR_NEWER`; pre-6000.4 path unchanged).
15+
1616
## [2.1.0] - 2026-05-20
1717

1818
**New**:

0 commit comments

Comments
 (0)