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: