diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html
index ab628f729..c90fcc6a3 100644
--- a/_docs/index.tmpl.html
+++ b/_docs/index.tmpl.html
@@ -108,6 +108,7 @@ pre {
- ImagePart is deprecated. Use ImageParts interface instead.
- ColorM.Element and GeoM.Element's recievers changed from structs to pointers.
+ - A lot of keyboard keys have been added. KeyMax and MouseButtonMax were removed.
diff --git a/_docs/public/index.html b/_docs/public/index.html
index f6830b921..19a25ea5b 100644
--- a/_docs/public/index.html
+++ b/_docs/public/index.html
@@ -349,6 +349,7 @@ func main() {
- ImagePart is deprecated. Use ImageParts interface instead.
- ColorM.Element and GeoM.Element's recievers changed from structs to pointers.
+ - A lot of keyboard keys have been added. KeyMax and MouseButtonMax were removed.