Skip to content

Commit 4fe52bf

Browse files
committed
revised changelog
1 parent 13f41c2 commit 4fe52bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

com.unity.perception/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ Added Register() and Unregister() methods to the RandomizerTag API so users can
1717

1818
### Changed
1919

20-
Made scenario MonoBehaviour lifecycle functions protected instead of private to enable users to define overrides
20+
Switched accessibility of scenario MonoBehaviour lifecycle functions (Awake, Start, Update) from private to protected to enable users to define their own overrides when deriving the Scenario class.
2121

22-
The GameObjectOneWayCache has been made public for users to cache GameObjects within their own custom Randomizers
22+
The GameObjectOneWayCache has been made public for users to cache GameObjects within their own custom Randomizers.
2323

2424
### Deprecated
2525

2626
### Removed
2727

2828
### Fixed
2929

30-
Fixed the math offsetting the iteration index of each Unity Simulation instance directly after they deserialize their app-params
30+
Fixed the math offsetting the iteration index of each Unity Simulation instance directly after they deserialize their app-params.
3131

32-
The RandomizerTagManager now uses an OrderedSet data structure to register tags to preserve insertion order determinism in Unity Simulation
32+
The RandomizerTagManager now uses an OrderedSet data structure to register tags to preserve insertion order determinism in Unity Simulation.
3333

34-
GameObjectOneWayCache now correctly registers and unregisters RandomizerTags on cached GameObjects
34+
GameObjectOneWayCache now correctly registers and unregisters RandomizerTags on cached GameObjects.
3535

3636
## [0.7.0-preview.1] - 2021-02-01
3737

0 commit comments

Comments
 (0)