diff --git a/doc/changes.html b/doc/changes.html
index b7a2ca7c..aea75d67 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -72,21 +72,23 @@ to see whether newer versions are available.
-
LuaJIT 2.0.0 — 2012-11-06
+
LuaJIT 2.0.0 — 2012-11-08
- Correctness and completeness:
- Fix Android/x86 build.
- - Fix recording of equality comparisons with __eq metamethods.
+ - Fix recording of equality comparisons with __eq metamethods.
- Fix detection of immutable upvalues.
- Replace error with PANIC for callbacks from JIT-compiled code.
- - Fix builtin string to number conversion for INT_MIN.
+ - Fix builtin string to number conversion for INT_MIN.
- Don't create unneeded array part for template tables.
- - Fix CONV.num.int sinking.
+ - Fix CONV.num.int sinking.
- Don't propagate implicitly widened number to index metamethods.
+ - ARM: Fix ordered comparisons of number vs. non-number.
- 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.
+ - FFI: Fix stack-adjustment for __thiscall callbacks.