diff --git a/doc/changes.html b/doc/changes.html index 2bc1171a..b1998559 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -63,8 +63,7 @@ div.major { max-width: 600px; padding: 1em; margin: 1em 0 1em 0; }

This is a list of changes between the released versions of LuaJIT.
-The current development version is LuaJIT 2.0.0-beta11.
-The current stable version is LuaJIT 1.1.8. +The current stable version is LuaJIT 2.0.0.

Please check the @@ -72,7 +71,20 @@ Please check the to see whether newer versions are available.

-
+
+

LuaJIT 2.0.0 — 2012-10-31

+
    +
  • Correctness and completeness: +
      +
    • Fix Android/x86 build.
    • +
    • 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.
    • +
    • FFI: Fix code generation for replay of sunk float fields.
    • +
  • +
+

LuaJIT 2.0.0-beta11 — 2012-10-16

  • New features: @@ -580,7 +592,7 @@ no point in listing differences over earlier versions.
-
+

LuaJIT 1.1.8 — 2012-04-16

  • Merged with Lua 5.1.5. Also integrated fixes for all