From 82c7cbc2f05d0cb890e08c861485d2b435d1cf0e Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Tue, 6 May 2014 15:17:57 +0800 Subject: [PATCH] update the history --- HISTORY.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index cef310cb..aaab4e5a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,6 +9,9 @@ Dev version * Support preload a file before each lua serivce start. * Add datacenter serivce. * Add multicast api. +* Remove skynet.blockcall , simplify the implement of message queue. +* 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. v0.1.1 (2014-4-28) ------------------