diff --git a/doc/changes.html b/doc/changes.html
index 1176fb5b..7d698966 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -72,6 +72,36 @@ to see whether newer versions are available.
+
LuaJIT 2.0.2 — 2013-06-03
+
+- Fix memory access check for fast string interning.
+- Fix MSVC intrinsics for older versions.
+- Add missing GC steps for io.* functions.
+- Fix spurious red zone overflows in machine code generation.
+- Fix jump-range constrained mcode allocation.
+- Inhibit DSE for implicit loads via calls.
+- Fix builtin string to number conversion for overflow digits.
+- Fix optional argument handling while recording builtins.
+- Fix optional argument handling in table.concat().
+- Add partial support for building with MingW64 GCC 4.8-SEH.
+- Add missing PHI barrier to string.sub(str, a, b) == kstr FOLD rule.
+- Fix compatibility issues with Illumos.
+- ARM: Fix cache flush/sync for exit stubs of JIT-compiled code.
+- MIPS: Fix cache flush/sync for JIT-compiled code jump area.
+- PPC: Add plt suffix for external calls from assembler code.
+- FFI: Fix snapshot substitution in SPLIT pass.
+- FFI/x86: Fix register allocation for 64 bit comparisons.
+- FFI: Fix tailcall in lowest frame to C function with bool result.
+- FFI: Ignore long type specifier in ffi.istype().
+- FFI: Fix calling conventions for 32 bit OSX and iOS simulator (struct returns).
+- FFI: Fix calling conventions for ARM hard-float EABI (nested structs).
+- FFI: Improve error messages for arithmetic and comparison operators.
+- FFI: Insert no-op type conversion for pointer to integer cast.
+- FFI: Fix unroll limit for ffi.fill().
+- FFI: Must sink XBAR together with XSTOREs.
+- FFI: Preserve intermediate string for const char * conversion.
+
+
LuaJIT 2.0.1 — 2013-02-19
- Don't clear frame for out-of-memory error.