aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2024-07-20 17:14:43 +0200
committerGitHub <noreply@github.com>2024-07-20 17:14:43 +0200
commitcf74150763dd575bc0399087e845e9be62aba56f (patch)
tree9670b7b3d817aea9255a69efa26967389880b409 /CHANGELOG.md
parent55a7d8b7ad37227f5c97131c4852a94efe748194 (diff)
downloadrapier-0.22.0.tar.gz
rapier-0.22.0.tar.bz2
rapier-0.22.0.zip
Release v0.22.0 (#695)v0.22.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a1dbf8..f05a17f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## Unreleased
+## v0.22.0 (20 July 2024)
### Fix
@@ -15,6 +15,8 @@
### Modified
+- Update parry to v0.17. Refer to [its changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md#v0170) for
+ further details.
- Divided by two the value of each `QueryFilterFlags` variant so that
the smallest one is 1 instead of 2 (fixes a bug in rapier.js).
- `BroadphaseMultiSap` now serializes its `colliders_proxy_ids` as `Vec[(ColliderHandle, BroadPhaseProxyIndex)]`.