diff --git a/doc/changes.html b/doc/changes.html
index f6d346f9..b601b97a 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -59,6 +59,7 @@ to see whether newer versions are available.
- Correctness and completeness:
+- Fix precondition for on-trace creation of table keys.
- Fix {f()} on x64 when table is resized.
- Fix folding of ordered comparisons with same references.
- Fix snapshot restores for multi-result bytecodes.
@@ -69,6 +70,7 @@ to see whether newer versions are available.
- Structural and performance enhancements:
- Add array bounds check elimination. -Oabc is enabled by default.
+- More tuning for x64, e.g. smaller table objects.