aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-04-04 14:30:29 +0200
committerCrozet Sébastien <developer@crozet.re>2021-04-04 14:30:29 +0200
commitbe6a61815d0ad364dc328a986c5941433e4cfb41 (patch)
tree3ac43c9be70a7289d04f3066158aa7524b3a5385
parent50967a6f0c514c02488d435891cc66994f00dd8d (diff)
downloadrapier-be6a61815d0ad364dc328a986c5941433e4cfb41.tar.gz
rapier-be6a61815d0ad364dc328a986c5941433e4cfb41.tar.bz2
rapier-be6a61815d0ad364dc328a986c5941433e4cfb41.zip
Add some missing entries to the 0.7.0 CHANGELOG.
The removal of NarrowPhase::maintain and BroadPhase::maintain was not mentioned.
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1f6ff4..bd7f370 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,8 @@ Added the methods:
- The field `SolveContact::data` has been replaced by the fields `SolverContact::warmstart_impulse`,
`SolverContact::warmstart_tangent_impulse`, and `SolverContact::prev_rhs`.
- All the fields of `IntegrationParameters` that we don't use have been removed.
+- `NarrowPhase::maintain` has been renamed to `NarrowPhase::handle_user_changes`.
+- `BroadPhase::maintain` has been removed. Use ` BroadPhase::update` directly.
### Fixed
- The Broad-Phase algorithm has been completely reworked to support large colliders properly (until now