From 15fb338e36625749e53fc135d06a55573fcf6b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Wed, 7 Feb 2018 15:07:17 +0100 Subject: [PATCH] Update ChangeLog.md --- ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) 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.