From 24ac9e36c78486dba343df1eaf356cbac48b2103 Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Fri, 13 Dec 2019 11:05:59 +0100 Subject: [PATCH] Edit changelog file --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b63b6457..63fe99d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ - The EventListener::beginInternalTick() method has been removed (because internal ticks do not exist anymore). - The EventListener::endInternalTick() method has been removed (because internal ticks do not exist anymore). - The RigidBody::getJointsList() method has been removed. + - It is not possible anymore to set custom pool and stack frame allocators. Only the base allocator can be customized when creating a PhysicsCommon instance. ## Version 0.7.1 (July 01, 2019)