Version: 162.1.0

This commit is contained in:
metalgearsloth
2023-09-19 23:19:39 +10:00
parent f063aa3ea1
commit c53ce2c907
2 changed files with 17 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -54,6 +54,22 @@ END TEMPLATE-->
*None yet*
## 162.1.0
### New features
* Mark ProtoId as NetSerializable.
### Bugfixes
* Temporarily revert NetForceAckThreshold change as it can lead to client stalling.
* Fix eye visibility layers not updating on children when a parent changes.
### Internal
* Use CollectionsMarshal in RobustTree and AddComponentInternal.
## 162.0.0
### New features