diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 3db64ab85..dd434b1a1 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 179.0.0 + 180.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 86cdbd1d4..bad73f495 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,25 @@ END TEMPLATE--> *None yet* +## 180.0.0 + +### Breaking changes + +* Removed some obsolete methods from EntityLookupSystem. + +### New features + +* PhysicsSystem.TryGetNearest now supports chain shapes. +* Add IPhysShape methods to EntityLookupSystem rather than relying on AABB checks. +* Add some more helper methods to SharedTransformSystem. +* Add GetOrNew dictionary extension that also returns a bool on whether the key existed. +* Add a GetAnchoredEntities overload that takes in a list. + +### Other + +* Use NetEntities for the F3 debug panel to align with command usage. + + ## 179.0.0 ### Breaking changes