Update ChangeLog.md

This commit is contained in:
Jérôme Leclercq 2018-02-07 15:07:17 +01:00
parent fb3eb9443e
commit 15fb338e36
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ Miscellaneous:
- FirstScene now uses the EventHandler (#151)
- ⚠️ Rename Prerequesites.hpp to Prerequisites.hpp (#153)
- Updated premake5-linux64 with a nightly to fix a build error when a previous version of Nazara was installed on the system.
- Fix compilation with some MinGW distributions
- Add Lua unit tests
Nazara Engine:
- VertexMapper:GetComponentPtr no longer throw an error if component is disabled or incompatible with template type, instead a null pointer is returned.