diff --git a/doc/changes.html b/doc/changes.html
index b1998559..b7a2ca7c 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -72,7 +72,7 @@ to see whether newer versions are available.
-
LuaJIT 2.0.0 — 2012-10-31
+
LuaJIT 2.0.0 — 2012-11-06
- Correctness and completeness:
@@ -81,7 +81,12 @@ to see whether newer versions are available.
- Fix detection of immutable upvalues.
- Replace error with PANIC for callbacks from JIT-compiled code.
- Fix builtin string to number conversion for INT_MIN.
+ - Don't create unneeded array part for template tables.
+ - Fix CONV.num.int sinking.
+ - Don't propagate implicitly widened number to index metamethods.
- FFI: Fix code generation for replay of sunk float fields.
+ - FFI: Fix signedness of bool.
+ - FFI: Fix recording of bool call result check on x86/x64.