From a24944d103f50edbf3f5d17732bc7ad880d1bd14 Mon Sep 17 00:00:00 2001 From: Lynix Date: Tue, 9 Oct 2018 23:22:50 +0200 Subject: [PATCH] Update changelog --- ChangeLog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index b1da8d24c..a49c7d583 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -149,7 +149,9 @@ Nazara Engine: - ⚠️ AbstractSocket::OnStateChange has been replaced by OnStateChanged, which is now called after state has been changed (with oldState and newState as parameters). - ⚠️ TcpClient::WaitForconnected now returns the new socket state. - Added TcpClient::PollForConnected - +- ⚠️ Use of the new Angle class instead of floating point angle +- It is now possible to set elasticity/friction/surface bodies of 2D colliders and change it at runtime on RigidBody2D + Nazara Development Kit: - Added ImageWidget (#139) - ⚠️ Removed TextAreaWidget::GetLineCount @@ -216,6 +218,7 @@ Nazara Development Kit: - RenderSystem now resolve skinning before render - EntityOwner constructor taking a Entity* is no longer explicit - PhysicsComponent2D now allows massless bodies (zero mass) +- ⚠️ Use of the new Angle class instead of floating point angle # 0.4: