From 48b9203cb199389fff5abb4ba1a0976a2754db8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Thu, 11 Jan 2018 14:09:20 +0100 Subject: [PATCH] Update ChangeLog.md --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 8c53715d6..f5991da6f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,7 @@ Miscellaneous: - Upgraded Catch to v2.0.1 - ⚠️ Merged NazaraExtlibs workspace to main workspace (allowing `make` command to work without -f parameter) and removed extern libraries precompiled - Updated stb_image to version 2.16 and stb_image_write to version 1.07 (allowing support for JPEG writing) +- ⚠️ Renamed extlibs folder to thirdparty Nazara Engine: - VertexMapper:GetComponentPtr no longer throw an error if component is disabled or incompatible with template type, instead a null pointer is returned.