Skip to content

Commit 7c0b052

Browse files
Merge branch 'feat/6000.0.32f1-lts-upgrade' into feat/upgrade-packages-to-recommendation
2 parents a14b0ca + 15ade30 commit 7c0b052

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,23 @@ Additional documentation and release notes are available at [Multiplayer Documen
88

99
## [Unreleased]
1010
### Added
11-
* Added a welcome dialog to guide users on their first time experience
12-
* Added a Table of Contents with helpful resources, that can be accessed from the `Tutorials > Show Tutorials` menu
13-
* Added the Multiplayer Play Mode package v1.3.1 to the project
11+
* Added a welcome dialog to guide users on their first time experience (#888)
12+
* Added a Table of Contents with helpful resources, that can be accessed from the `Tutorials > Show Tutorials` menu
13+
* Added the Multiplayer Play Mode package v1.3.1 to the project (#890)
1414

1515
### Changed
16-
* Upgraded Boss Room to Netcode for GameObjects v2.0.0
17-
* Upgraded editor version to 6000.0.25f1
16+
* Upgraded editor version to 6000.0.25f1 and upgraded Boss Room to Netcode for GameObjects v2.0.0 (#890)
1817
* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2 and the Sessions framework (#892)
18+
* Upgraded editor version to 6000.0.32f1 and Multiplayer Services package to v1.1.0 (#894)
19+
* Removed usage of ISession's deprecated PlayerLeft callback to the new PlayerHasLeft callback
1920

2021
### Cleanup
21-
* Removed ParrelSync from the project
22+
* Removed ParrelSync from the project (#890)
2223

2324
### Fixed
2425
* Fix a Healer ability doesn't work (#893)
2526
* Changed the way characters are oriented when using skills.
26-
* Added the GetTotalDamage API to the IDamagble interface. This number is your maximum health minus your current health.
27+
* Added the GetTotalDamage API to the IDamageable interface. This number is your maximum health minus your current health.
2728
* Changed the way MeleeAction selects a target when there are multiple targets to collide with. The target with the highest GetTotalDamage value (mentioned above) will be selected.
2829

2930

0 commit comments

Comments
 (0)