Update ChangeLog.md

Discord transport was removed, removing link to old page
This commit is contained in:
James Frowen 2020-07-03 23:08:31 +01:00 committed by GitHub
parent 7bab3b9d7c
commit de2882cb97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ Mirror uses semantic versioning, and the versions shown here are those that were
- Added: `NetworkReader.ReadMessage<T>`. - Added: `NetworkReader.ReadMessage<T>`.
- Added: Network Discovery now handles headless server mode. - Added: Network Discovery now handles headless server mode.
- Added: SyncVar, Cmd's and Rpc's now support Scriptable Objects via CreateInstance on the receiving side. - Added: SyncVar, Cmd's and Rpc's now support Scriptable Objects via CreateInstance on the receiving side.
- Added: [Discord Transport](../Transports/Discord.md). - Added: Discord Transport *Removed in v16.1.1*
- Fixed: `isClient` now returns true on clients in OnDestroy for networked objects. - Fixed: `isClient` now returns true on clients in OnDestroy for networked objects.
- Fixed: Host Player race condition for Ready message. - Fixed: Host Player race condition for Ready message.
- Fixed: Network Animator and Network Transform now correctly check for client authority in their respective Command methods. - Fixed: Network Animator and Network Transform now correctly check for client authority in their respective Command methods.
@ -170,7 +170,7 @@ Mirror uses semantic versioning, and the versions shown here are those that were
- Removed: Network Identity: Local Player Authority has been removed as no longer necessary. - Removed: Network Identity: Local Player Authority has been removed as no longer necessary.
## Version 4.0.7 - 2019-Oct-03 ## Version 4.0.7 - 2019-Oct-03
- Added: [Authenticators](Components/Authenticators/index.md) support to authenticate clients in the Connect phase. - Added: [Authenticators](/Components/Authenticators/index.md) support to authenticate clients in the Connect phase.
- Added: Profiler events. These events can be subscribed to by the [Network Profiler](../Guides/Profiler.md) to provide visual information. - Added: Profiler events. These events can be subscribed to by the [Network Profiler](../Guides/Profiler.md) to provide visual information.
- Added: Transports now include channel in profiler events. - Added: Transports now include channel in profiler events.
- Added: Transport abstract class now supports sending a message to a list of connection id's. - Added: Transport abstract class now supports sending a message to a list of connection id's.