From 8fa89a468b9cb4b9d76e116350f8f64299fd8193 Mon Sep 17 00:00:00 2001 From: notgiven688 <37874600+notgiven688@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:57:05 +0200 Subject: [PATCH] Prepare 2.3.1 release (#151) --- docs/docs/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 74fd816b..0d8d35c6 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -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.