diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html
index 6046f7fd..b3bbe8f4 100644
--- a/docs/LOOT Readme.html
+++ b/docs/LOOT Readme.html
@@ -533,6 +533,17 @@ 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.10.0 - Unreleased
+
+ - Fixed cached plugin CRCs causing checksum conditions to always evaluate to false.
+ - Fixed data being loaded twice when launching LOOT.
+ - Fixed updating the masterlist when the user's
TEMP and TMP environmental variables point to a different drive than the one LOOT is installed on.
+ - All operations triggered from the UI are now processed asynchronously, which may have a minor positive effect on perceived performance.
+ - Removed the metadata syntax documentation from build installers and archives: it is now hosted online at Read The Docs.
+
- Updated Simplified Chinese translation.
+ - Updated CEF to 3.2785.1466.g80e473e.
+
+
0.9.2 - 3 August 2016
- Fixed error when applying filters on startup.
diff --git a/docs/api/history.rst b/docs/api/history.rst
index c0fe1b17..406a1806 100644
--- a/docs/api/history.rst
+++ b/docs/api/history.rst
@@ -2,6 +2,24 @@
Version History
***************
+0.10.0 - *Unreleased*
+=====================
+
+* Completely rewrote the API as a C++ API. The C API has been reimplemented as
+ a wrapper around the C++ API, and can be found in a `separate repository`_.
+ The ``loot_apply_load_order()`` and ``loot_get_tag_map()`` functions are not
+ included in the reimplementation.
+* Windows builds now have a runtime dependency on the MSVC 2015 runtime
+ redistributable.
+* Fixed database creation failing when passing paths to symlinks that point to
+ the game and/or game local paths.
+* API documentation is now available on `Read The Docs`_.
+* Changed the Windows binary release to include the ``.lib`` file for
+ compile-time linking.
+
+.. _separate repository: https://github.com/loot/loot-api-c
+.. _Read The Docs: https://loot.readthedocs.io
+
0.9.2 - *3 August 2016*
=======================