diff --git a/docs/latest/.buildinfo b/docs/latest/.buildinfo
index ad5696336f..28b0fd2f92 100644
--- a/docs/latest/.buildinfo
+++ b/docs/latest/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: d19ab3d7c8a04962c44d6e07f1836ae8
+config: dcbb44820af684e2d93a7561caf998e2
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/latest/Coding/Changelog.html b/docs/latest/Coding/Changelog.html
index b58fcbe1f0..fbcb4df93d 100644
--- a/docs/latest/Coding/Changelog.html
+++ b/docs/latest/Coding/Changelog.html
@@ -66,6 +66,7 @@
- Changelog
+- Main
- Evennia 4.2.0
- Evennia 4.1.1
- Evennia 4.1.0
@@ -196,6 +197,21 @@
Changelog
+
+Main
+
+Feat: Add ANSI color support |U, |I, |i, |s, |S for
+underline reset, italic/reset and strikethrough/reset (0xDEADFED5)
+Fix: Issue where rpsystem contrib search would do a global instead
+of local search on multimatch (InspectorCaracal)
+Fix: TagCmd.switch_options was misnamed (erratic-pattern)
+Fix: Fix typo that made find/loc show the wrong dbref in result (erratic-pattern)
+Fix: Issue disambiguating between certain partial multimatches
+(InspectorCaracal)
+[Docs]: Add True-color description for Colors documentation (0xDEADFED5)
+[Docs]: Doc fixes (Griatch, InspectorCaracal, 0xDEADFED5)
+
+
Evennia 4.2.0
June 27, 2024
diff --git a/docs/latest/Coding/Coding-Overview.html b/docs/latest/Coding/Coding-Overview.html
index 18e6481f2e..fdd4f1e1fb 100644
--- a/docs/latest/Coding/Coding-Overview.html
+++ b/docs/latest/Coding/Coding-Overview.html
@@ -176,6 +176,7 @@ make your game, also if you never coded before.