Edit changelog file

This commit is contained in:
Daniel Chappuis 2020-11-26 22:55:15 +01:00
parent b0ccdb6cc1
commit 0fd8bbbacb

View File

@ -27,6 +27,7 @@ do not hesitate to take a look at the user manual.
### Fixed
- Issue [#165](https://github.com/DanielChappuis/reactphysics3d/issues/165) with order of contact manifolds in islands creation has been fixed
- Issue [#179](https://github.com/DanielChappuis/reactphysics3d/issues/179) with FixedJoint constraint
- Issue with concave vs convex shape collision detection has been fixed
- Issue with edge vs edge collision has been fixed in SAT algorithm (wrong contact normal was computed)