Skip to content

Commit 99b75f9

Browse files
Add PR number to CHANGELOG entries
1 parent 5aa2c63 commit 99b75f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ Additional documentation and release notes are available at [Multiplayer Documen
1313

1414
### Fixed
1515

16-
- Fixed an issue where `UnityTransport` would not accept single words as valid hostnames (notably "localhost").
16+
- Fixed an issue where `UnityTransport` would not accept single words as valid hostnames (notably "localhost"). (#3591)
1717
- Fixed issue where viewing a `NetworkBehaviour` with one or more `NetworkVariable` fields could throw an exception if running a distributed authority network topology with a local (DAHost) host and viewed on the host when the host is not the authority of the associated `NetworkObject`. (#3578)
1818
- Fixed issue when using a distributed authority network topology and viewing a `NetworkBehaviour` with one or more `NetworkVariable` fields in the inspector view would not show editable fields. (#3578)
1919

2020
### Changed
2121

22+
- Marked `UnityTransport.ConnectionAddressData.ServerEndPoint` as obsolete. It can't work when using hostnames as the server address, and its functionality can easily be replicated using `NetworkEndpoint.Parse`. (#3591)
2223

2324
## [2.5.0] - 2025-08-01
2425

0 commit comments

Comments
 (0)