Version: 0.83.0.0

This commit is contained in:
metalgearsloth
2023-01-15 15:42:50 +11:00
parent 1c36d919e4
commit 32c8a36164
2 changed files with 13 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,18 @@ END TEMPLATE-->
*None yet*
## 0.83.0.0
### Breaking changes
* Physics has been ECSd with large API changes:
- Shapes can be updated via the system rather than requiring the caller to handle it.
- Access attributes have been added.
- Implemented IEquatable for Fixture Shapes
- Removed obsolete PhysicsComponent APIs.
- Removed usage of Component.Owner internally.
## 0.82.0.0
### Breaking changes