diff --git a/ChangeLog.md b/ChangeLog.md index 1446257a5..9eb1627a2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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.