From f26e73e4ccd01716a1661df2f79fc533e924fa61 Mon Sep 17 00:00:00 2001 From: notgiven688 Date: Wed, 8 Jan 2025 00:20:46 +0100 Subject: [PATCH] Prepare 2.5.2 --- docs/docs/01_quickstart/00-project-setup.md | 2 +- docs/docs/changelog.md | 10 ++++++++-- other/GodotDemo/JitterGodot.csproj | 2 +- other/GodotSoftBodies/JitterGodot.csproj | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/docs/01_quickstart/00-project-setup.md b/docs/docs/01_quickstart/00-project-setup.md index 96fa8cf9..d35e4755 100644 --- a/docs/docs/01_quickstart/00-project-setup.md +++ b/docs/docs/01_quickstart/00-project-setup.md @@ -27,7 +27,7 @@ Next, create a new console application in this directory and add Raylib-cs and J ```sh dotnet new console dotnet add package Raylib-cs --version 6.1.1 -dotnet add package Jitter2 --version 2.5.1 +dotnet add package Jitter2 --version 2.5.2 ``` You have completed the setup. If you now execute the following command: diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 31805811..e321b060 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -4,9 +4,15 @@ sidebar_position: 5 # Changelog +### Jitter 2.5.2 (2025-01-08) + +- Added enumeration method to `DynamicTree` and made `PairHashSet` internal. +- Removed `UseFullEPASolver` option. +- Further improved simulation performance under high lock contention scenarios. + ### Jitter 2.5.1 (2024-12-31) -- Bugfix in PairHashSet. +- Bugfix in `PairHashSet`. ### Jitter 2.5.0 (2024-12-23) @@ -15,7 +21,7 @@ sidebar_position: 5 ### Jitter 2.4.9 (2024-12-18) -- Huge improvements for the DynamicTree implementation. +- Huge improvements for the `DynamicTree` implementation. ### Jitter 2.4.8 (2024-11-27) diff --git a/other/GodotDemo/JitterGodot.csproj b/other/GodotDemo/JitterGodot.csproj index f229c025..c9b01cec 100644 --- a/other/GodotDemo/JitterGodot.csproj +++ b/other/GodotDemo/JitterGodot.csproj @@ -4,6 +4,6 @@ true - + diff --git a/other/GodotSoftBodies/JitterGodot.csproj b/other/GodotSoftBodies/JitterGodot.csproj index f229c025..c9b01cec 100644 --- a/other/GodotSoftBodies/JitterGodot.csproj +++ b/other/GodotSoftBodies/JitterGodot.csproj @@ -4,6 +4,6 @@ true - +