diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html
index 0ed2e0ea..6fe99cae 100644
--- a/docs/LOOT Readme.html
+++ b/docs/LOOT Readme.html
@@ -481,7 +481,7 @@ figure > div {
Credits
-LOOT is developed by a team on GitHub, with contributions from users. A full list of GitHub contributors may be found here. A list of team members may be viewed on the project wiki. Unless otherwise noted, team members can be contacted on the Bethesda Softworks Forums or on The Nexus Forums via the private messaging system.
+
LOOT is developed on GitHub. A full list of GitHub contributors may be found here.
LOOT's masterlists were largely converted from BOSS's masterlists, and so credit is due to the very large number of sources and people who have contributed to them.
In addition, the following are credited with application-related support:
@@ -510,7 +510,7 @@ figure > div {
Marked,
pseudosem,
Polymer and
-yaml-cpp libraries, and the Chromium Embedded Framework. Copyright license information for all these may be found here.
+yaml-cpp libraries, and the Chromium Embedded Framework. Copyright license information for all these may be found here.
License
LOOT is distributed under the GNU General Public License v3.0, aside from the documentation, which is distributed under the GNU Free Documentation License v1.3. The full texts of the licenses are included with LOOT in the accompanying GNU GPL v3.txt and GNU FDL v1.3.txt files.
@@ -568,7 +568,7 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".The French and Danish translations have been updated.
- The installer now only creates one shortcut for LOOT in the Start menu, following Microsoft guidelines.
- A lot of code has been refactored and improved to increase its quality.
- - The Boost (1.60), CEF (3.2556.1368.g535c4fb), libespm (2.5.0), libgit2 (0.24.0), libloadorder (7.0.0) and Polymer (1.2) dependencies have been updated to the versions given in brackets.
+ - The Boost (1.60), CEF (3.2623.1397.gaf139d7), libespm (2.5.2), libgit2 (0.24.0), libloadorder (8.0.0) and Polymer (1.4) dependencies have been updated to the versions given in brackets.
Removals
diff --git a/include/loot/api.h b/include/loot/api.h
index 13ecf8fe..82a3b523 100644
--- a/include/loot/api.h
+++ b/include/loot/api.h
@@ -71,6 +71,8 @@
* 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.
+ * * Removed the `loot_lang_any` constant. The `loot_lang_english`
+ * constant should be used instead.
*
* ## 0.8.1 - *27 September 2015*
*