From ee9b2e5ed0f3c501ce91f2498a30c1c30e545fc8 Mon Sep 17 00:00:00 2001 From: Tahvohck Date: Sun, 20 Dec 2020 20:04:02 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a16b7bd3..0553ddf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - Automatic texture patching writes the resulting textures XML to `moddir/library/generated_textures.xml` for debugging - Attempt to normalize file paths in a bunch of places - More instances of log cleanup - less errors, more error messages +- Decouple mod database from window class +- Decouple mod info from window class ## v0.8.2 Bugfix: textures were not being merged in due to missing file during the build process