From 451722898f81336b4fd818869584c0329144d10a Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Wed, 12 Sep 2018 10:01:47 +0200 Subject: [PATCH] Edit changelog file --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c667fb2..f5c7bcd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Release Candidate +### Added + + - Make possible for the user to get vertices, normals and triangle indices of a ConcaveMeshShape + - Make possible for the user to get vertices and height values of the HeightFieldShape + ### Fixed - Bug [#45](https://github.com/DanielChappuis/reactphysics3d/issues/45) has been fixed.