From e822bdb6887fd5b44731b652de9b048e59def4df Mon Sep 17 00:00:00 2001
From: Mike Pall
Date: Tue, 19 Feb 2013 17:44:57 +0100
Subject: [PATCH] Update changelog.
---
doc/changes.html | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/doc/changes.html b/doc/changes.html
index 71678c35..21ee2487 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -72,6 +72,27 @@ to see whether newer versions are available.
+
LuaJIT 2.0.1 — 2013-02-19
+
+- Don't clear frame for out-of-memory error.
+- Leave hook when resume catches error thrown from hook.
+- Add missing GC steps for template table creation.
+- Fix discharge order of comparisons in Lua parser.
+- Improve buffer handling for io.read().
+- OSX: Add support for Mach-O object files to -b option.
+- Fix PS3 port.
+- Fix/enable Xbox 360 port.
+- x86/x64: Always mark ref for shift count as non-weak.
+- x64: Don't fuse implicitly 32-to-64 extended operands.
+- ARM: Fix armhf call argument handling.
+- ARM: Fix code generation for integer math.min/math.max.
+- PPC/e500: Fix lj_vm_floor() for Inf/NaN.
+- FFI: Change priority of table initializer variants for structs.
+- FFI: Fix code generation for bool call result check on x86/x64.
+- FFI: Load FFI library on-demand for bytecode with cdata literals.
+- FFI: Fix handling of qualified transparent structs/unions.
+
+
LuaJIT 2.0.0 — 2012-11-08
- Correctness and completeness: