From c10b0c22ed87b4ecde68151da40e6cbe97389ef2 Mon Sep 17 00:00:00 2001 From: Lynix Date: Thu, 12 Dec 2019 09:58:37 +0100 Subject: [PATCH] Update ChangeLog.md --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index e123b59cb..f00da9c5f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -20,6 +20,7 @@ Miscellaneous: - Fixed .dll copy when building Nazara occuring on Linux when targeting Windows (MinGW) - ⚠ Appveyor nightlies are now compiled with VS2017 - Set libraries' rpath to current folder (.) +- Add ReleaseWithDebug target Nazara Engine: - VertexMapper:GetComponentPtr no longer throw an error if component is disabled or incompatible with template type, instead a null pointer is returned.