From 194cc05df33ed1b54a51a7cf128828907cbdb166 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Wed, 25 Jun 2014 18:37:31 +0100 Subject: [PATCH] Updated changelog. --- docs/LOOT Readme.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html index 94807ad6..099e6e3b 100644 --- a/docs/LOOT Readme.html +++ b/docs/LOOT Readme.html @@ -476,6 +476,7 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".Changed: Missing master/requirement and incompatibility errors are downgraded to warnings if the plugin in question is inactive.
  • Changed: Masterlist update errors have been made more user-friendly.
  • Changed: If an error is encountered during masterlist update, LOOT will now silently delete the repository folder and attempt the update again. If it fails again, it will then report an error. +
  • Changed: Masterlist update now handles repository interaction a lot more like Git itself does, so should be less error-prone.
  • Changed: Cyclic dependency error messages now detail the full cycle.
  • Changed: LOOT's report now uses a static HTML file and generates a javascript file that is dynamically loaded to contain the report data. This removes the PugiXML build dependency.
  • Changed: Debug log message priorities adjusted so that medium verbosity includes more useful data.