Skip to content

Commit

Permalink
Prepare 2.3.1 release (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
notgiven688 authored Jun 2, 2024
1 parent 7fe8680 commit 8fa89a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ sidebar_position: 5

# Changelog

### Jitter 2.3.1 (06-02-2024)
- ReadOnly wrappers (ReadOnlyList, ReadOnlyHashset) are now structs.
- Shapes with very small dimensions might have close to zero or zero mass/inertia. Creating rigid bodies from them now throws an exception (use body.AddShape(shape, setMassInertia: false) to not use the shape's mass properties).
- BeginCollide and EndCollide events per body.

### Jitter 2.3.0 (05-20-2024)
- Added RigidBody.RemoveShape overload to remove multiple shapes at once.
- Marked Rigid.ClearShapes deprecated.
Expand Down

0 comments on commit 8fa89a4

Please sign in to comment.