diff --git a/docs/1.0/.buildinfo b/docs/1.0/.buildinfo
index b6cf78469f..395a995159 100644
--- a/docs/1.0/.buildinfo
+++ b/docs/1.0/.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: cd962337b9bb502bcb1b19150c707ac4
+config: be512b701e62d022b4f5734174622379
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/docs/1.0/Coding/Changelog.html b/docs/1.0/Coding/Changelog.html
index 90e0ab67dd..5492b9eeac 100644
--- a/docs/1.0/Coding/Changelog.html
+++ b/docs/1.0/Coding/Changelog.html
@@ -62,6 +62,7 @@
- Changelog
+- Main
- Evennia 1.2.0
- Evennia 1.1.1
- Evennia 1.1.0
@@ -167,6 +168,15 @@
Changelog
+
+Main
+
+Bug fix: Evtable options showed spurious empty lines if set without desc
+Usage fix: The teleport: and teleport_here: locks where checked in
+CmdTeleport, but not actually set on any entities. These locks are now
+set with defaults on all objects,characters,rooms and exits.
+
+