Update ChangeLog.md

This commit is contained in:
Lynix 2019-12-12 09:58:37 +01:00
parent 0cedd108a1
commit c10b0c22ed
1 changed files with 1 additions and 0 deletions

View File

@ -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.