InteractionGroups default memberships value is now GROUP_1 (#706)

Co-authored-by: Thierry Berger <contact@thierryberger.com>
This commit is contained in:
Aceeri
2024-08-05 09:14:44 -07:00
committed by GitHub
parent af3a26c99d
commit 510686a906
2 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,10 @@
- The region key has been replaced by an i64 in the f64 version of rapier, increasing the range before panics occur.
### Modified
- `InteractionGroups` default value for `memberships` is now `GROUP_1` (#706)
## v0.22.0 (20 July 2024)
### Fix