From 9715ddd2c511eb1e23371934e70a9730129b60fa Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Mon, 12 May 2014 11:14:04 +0800 Subject: [PATCH] update history and release v0.2.0 --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 3424167b..9136e32b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -Dev version +v0.2.0 (2014-5-12) ----------- * Rewrite malloc hook , use `pthread_getspecific` instead of `__thread` to get current service handle. @@ -13,6 +13,7 @@ Dev version * When dropping message queue (at service exit) , dispatcher will post an error back to the source of each message. * Remove skynet.watch , monitor is not necessary for watching skynet.call . so simplemonitor.lua is move to examples. * Remove the limit of global queue size (64K actived service limit before). +* Refactoring `skynet_command`. v0.1.1 (2014-4-28) ------------------