From 152940dfa29d4134e052d31724fceec7ae52c6c6 Mon Sep 17 00:00:00 2001 From: Dragos Daian Date: Mon, 5 Aug 2024 19:09:43 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f22dc499..70eab948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.7.24 + +- Migrate to latest gdext. Also fix body notification issue. by [@Ughuuu](https://github.com/Ughuuu) in [#179](https://github.com/appsinacup/godot-rapier-physics/pull/179) +- fix segment shape by [@Ughuuu](https://github.com/Ughuuu) in [#182](https://github.com/appsinacup/godot-rapier-physics/pull/182) +- Fix static body constant velocity to not cumulate by [@Ughuuu](https://github.com/Ughuuu) in [#183](https://github.com/appsinacup/godot-rapier-physics/pull/183) + ## v0.7.23 - Fix area mask/layer issue by [@Ughuuu](https://github.com/Ughuuu) in [#175](https://github.com/appsinacup/godot-rapier-physics/pull/175)