diff --git a/README.html b/README.html
index 06158460..27447360 100644
--- a/README.html
+++ b/README.html
@@ -905,12 +905,15 @@ Files are no longer hosted at LuaForge.
More compatible allocation of table entries in array vs. hash (fixes issue #8).
| 3.0-beta2 |
-- LuaValue.checkfunction() now returns LuaFunction.
-- Fix os.time() to return a number of seconds.
+- Fix os.time() to return a number of seconds instead of milliseconds.
- Implement formatting with os.date(), and table argument for os.time().
-- Refactor APIs related to compiling and loading scripts.
+- LuaValue.checkfunction() now returns LuaFunction.
+- Refactor APIs related to compiling and loading scripts to provide methods on Globals.
+- Add API to compile from Readers as well as InputStreams.
+- Add optional -c encoding flag to lua, luac, and luajc tools to control source encoding.
- Let errors thrown in debug hooks bubble up to the running coroutine.
-- Make error function in xpcall per-thread instead of per-globals.
+- Make error message handler function in xpcall per-thread instead of per-globals.
+- Establish "org.luaj.debug" and "org.luaj.luajc" system properties to configure scripting engine.
|
@@ -920,7 +923,7 @@ Files are no longer hosted at LuaForge.
- debug code may not be completely removed by some obfuscators
- tail calls are not tracked in debug information
-
- mixing major versions in the same java vm has not been tested
+
- mixing different versions of luaj in the same java vm is not supported
- values associated with weak keys may linger longer than expected
- behavior of luaj when a SecurityManager is used has not been fully characterized
- negative zero is treated as identical to integer value zero throughout luaj