From fd2c775d3e606adfff7b4740c434ea16def66a20 Mon Sep 17 00:00:00 2001 From: Faymoon Date: Wed, 8 Aug 2018 10:34:34 +0200 Subject: [PATCH] Update ChangeLog.md (#180) --- ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index d12b740ab..847ddc992 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -188,6 +188,8 @@ Nazara Development Kit: - Force parent parameter to be present in widgets constructor - Added the possibility to write only specific characters with a predicate in TextAreaWidget - It is now possible to disable object culling in the RenderSystem +- Make Nz::PhysWorld2D& Ndk::PhysicsSystem2D::GetWorld private and rename it into GetPhysWorld +- Make Ndk::PhysicsSystem2D an interface of Nz::PhysWorld2D # 0.4: