diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html
index 249722f3..2a7ad068 100644
--- a/docs/LOOT Readme.html
+++ b/docs/LOOT Readme.html
@@ -445,16 +445,22 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".
Fixed: The uninstaller not removing the Git repositories used to update the masterlists.
Fixed: Miscellaneous crashes due to uncaught exceptions.
+ Fixed: Plugin priorities are now temporarily "inherited" during sorting so that a plugin with a low priority that is made via metadata to load after a plugin with a high priority doesn't cause other plugins with lower priorities to be positioned incorrectly.
Added: Display of masterlist revision date in reports.
Added: Report filter for inactive plugin messages.
Added: Right-click menu command for clearing all user-added metadata for all plugins to the full metadata editor.
+ Added: Conflict filter, drag 'n' drop into requirements, incompatibilities and load after lists, plugin priority display and a simple display mode to the full metadata editor.
Added: Command line parameter for selecting the game LOOT should run for.
+ Added: Finnish translation.
Removed: Support for loading BOSS masterlists using the API. This was a leftover from when LOOT was BOSSv3 and backwards compatibility was an issue.
Removed: The ability to open reports in an external browser. This was necessitated by the changes to report generation.
Removed: The MSVC 2013 redistributable requirement.
+ Changed: The full metadata now displays plugins with user edits using a tick beside their name, rather than bolding their name text.
+ Changed: Full metadata window sizing. It should now resize more appropriately.
Changed: Missing master/requirement and incompatibility errors are downgraded to warnings if the plugin in question is inactive.
Changed: Checkboxes have been added to the full and mini metadata editors to set whether or not a priority value is "global". The UI also now displays the priority value used in comparisons (ie. with the millions and higher digits omitted).
Changed: Masterlist update errors have been made more user-friendly.
+ Changed: Cyclic depndency 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.