diff --git a/HISTORY.md b/HISTORY.md index bf2a6929..779f459f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,12 @@ +v1.0.0-alpha (2015-3-9) +----------- +* Update lua from 5.2 to 5.3 +* Add an online lua debugger +* Add sharemap as an example use case of stm +* Improve sproto for multi-state +* Improve mongodb driver +* Fix known bugs + v0.9.3 (2015-1-5) ----------- * Add : mongo createIndex diff --git a/README.md b/README.md index d5d471da..59801892 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,4 @@ You can also use the other official Lua version , edit the makefile by yourself ## How To (in Chinese) * Read Wiki https://github.com/cloudwu/skynet/wiki +* The FAQ in wiki https://github.com/cloudwu/skynet/wiki/FAQ