diff --git a/doc/changes.html b/doc/changes.html
index 5ef8b4cd..f7c039d2 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -51,6 +51,24 @@ Please check the
» Online Change History
to see whether newer versions are available.
+
+
+
Development Snapshot
+
+- Correctness and completeness:
+
+- Fix folding of ordered comparisons with same references.
+- Fix snapshot restores for multi-result bytecodes.
+- Fix potential hang when recording bytecode with nested closures.
+- Fix recording of getmetatable(), tonumber() and bad argument types.
+- Fix SLOAD fusion across returns to lower frames.
+
+- Structural and performance enhancements:
+
+- Add array bounds check elimination. -Oabc is enabled by default.
+
+
+
LuaJIT 2.0.0-beta3 — 2010-03-07
diff --git a/doc/status.html b/doc/status.html
index c4d9170f..dd1b02a1 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -186,7 +186,7 @@ overriding goal for a low-footprint, low-overhead JIT compiler.
-
More optimizations will be added in parallel to the last step on
-an as-needed basis. Array-bounds-check (ABC) removal, sinking of stores
+an as-needed basis. Sinking of stores
to aggregates and sinking of allocations are high on the list. Faster
handling of NEWREF and better alias analysis are desirable, too. More
complex optimizations with less pay-off, such as value-range-propagation