From bbc3101a58712fd8f75eaa010a5608e45a5c1e14 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 28 Jun 2020 19:44:19 +0100 Subject: [PATCH] Updated change-list. --- CHANGES.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index df07741..51d20f3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,9 +6,15 @@ Change History -------------- Version: 1.20 (2020/06) -Transition to IWYU and maintenence: +Transition to IWYU and maintenance: - Replaced includes of monolithic headers. -- Removed dependency on core, engine and ImGui module headers includes in the PCH. +- Removed explicit PCH and switched to IWYU-style PCH model. +- Fixed includes to compile without explicit PCH in non-unity mode. +- Fixed a few issues causing compilation errors in older engine versions. +- Fixed debug code to compile on platforms using other than char or wchar_t characters. +- Fixed issues in recently added DPI scaling. +- Cleaned obsolete and unused code. +- Replaced custom scope guards with the template provided by the engine. Version: 1.19 (2020/03-06) - Integrated fix for issue with ImGui popup/modal windows not being able to be closed in transparent mouse input mode.