From a3a7d129ab857f82338d08d15e4b535e215d9965 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Mon, 28 Dec 2015 13:55:01 +0800 Subject: [PATCH] V1.0.0 RC --- HISTORY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 23e1ae107..9067a9ac9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,16 @@ +v1.0.0-rc (2015-12-28) +----------- +* Update to lua 5.3.2 +* Add skynet.coroutine lib +* Add new debug api to show c memory used +* httpc can use async dns query +* Redis driver support pipeline +* socket.send support string table, and rewrite redis driver +* socket.shutdown would abandon unsend buffer +* Improve some sproto api +* c memory doesn't count the memory allocated by lua vm +* some other bugfix (In multicast, socketchannel, etc) + v1.0.0-beta (2015-11-10) ----------- * Improve and fix bug for sproto