Update ChangeLog.md

This commit is contained in:
Lynix 2019-03-06 23:01:42 +01:00
parent f4e6f6a44f
commit e0d460eb95
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ Nazara Engine:
- Added Arbiter2D::GetBodies
- Added RigidBody2D::ForEachArbiter
- Added possibility to change the RigidBody2D velocity function called by the physics engine
- Fixed MouseButtonEvent and MouseMoveEvent mouse absolute position being unsigned (now signed)
Nazara Development Kit:
- Added ImageWidget (#139)