diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html
index 44fa718b..14c25745 100644
--- a/docs/LOOT Readme.html
+++ b/docs/LOOT Readme.html
@@ -538,6 +538,23 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".Version History
Only program history is recorded here. A full history of masterlist changes may be viewed by browsing the GitHub repositories.
+
0.9.0 - X Y 2016
+
+ - Added Fallout 4 support.
+ - Replaced references to "BSAs" with the more generic "Archives" as Fallout 4's BSA equivalents use a different file extension.
+ - Fixed an error when attempting to redate plugins that are no longer installed.
+ - Fixed the sorting process positioning some plugins incorrectly due to a bug involving priority values.
+ - Changed the sorting process so that it recognises when the sorted load order is identical to the existing load order and informs the user, avoiding unnecessary filesystem interaction.
+ - Reimplemented LOOT's settings file handling, fixing crashes due to invalid settings values and allowing missing settings to use their default values.
+ - Reimplemented plugin version string extraction to improve its accuracy and maintainability.
+ - Optimised plugin CRC, file and version condition evaluation.
+ - Changed the installer so that it only creates one shortcut for LOOT in the Start menu, following Microsoft guidelines.
+ - Updated French and Danish translations.
+ - Refactored and improved the quality of a lot of code.
+ - Updated Boost (1.60), CEF (3.2556.1368.g535c4fb), libespm (2.5.0), libgit2 (v0.23.4) and libloadorder (7.0.0) dependencies.
+ - Fixed native Linux and 64-bit build errors. Such builds are unsupported and no official builds are planned.
+
+
0.8.1 - 27 September 2015
- Fixed crash when loading plugins due to lack of thread safety.
diff --git a/include/loot/api.h b/include/loot/api.h
index fdc9407d..c38fe6ae 100644
--- a/include/loot/api.h
+++ b/include/loot/api.h
@@ -61,7 +61,18 @@
* "docs/licenses/Licenses.txt" file.
*
* @section history_sec Version History
- * ## 0.8.1 - 27 September 2015*
+ * ## 0.9.0 - *X Y 2016*
+ * * Moved API header location to the more standard `include/loot/api.h`.
+ * * Documented LOOT's masterlist versioning system.
+ * * Made all API outputs fully const to make it clear they should not
+ * be modified and to avoid internal const casting.
+ * * Removed the `loot_cleanup()` function, as the one string it used to
+ * destroy is now stored on the stack and so destroyed when the API is
+ * unloaded.
+ * * The `loot_db` type is now an opaque struct, and functions that used
+ * to take it as a value now take a pointer to it.
+ *
+ * ## 0.8.1 - *27 September 2015*
*
* * Fixed crash when loading plugins due to lack of thread safety.
* * Fixed masterlist updater and validator not checking for valid