diff --git a/HISTORY.md b/HISTORY.md index ef8c3a50..d4dcefd7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -92,7 +92,7 @@ v1.1.0-rc (2017-7-18) * httpc : Add httpc.timeout * mongo driver : sort support multi-key * bson : Check utf8 string -* bson : No longer support numberic key +* bson : No longer support numeric key * daemon mode: Can output the error messages * sproto : Support decimal number * sproto: Support binary type @@ -136,7 +136,7 @@ v1.0.0-rc3 (2016-5-9) * skynet.getenv can return empty string * Add lua VM memory warning * lua VM support memory limit -* skynet.pcall suport varargs +* skynet.pcall support varargs * Bugfix : Global name query * Bugfix : snax.queryglobal @@ -236,7 +236,7 @@ v1.0.0-alpha6 (2015-5-18) v1.0.0-alpha5 (2015-4-27) ----------- -* merge lua 5.3 offical bugfix +* merge lua 5.3 official bugfix * improve sproto rpc api * fix a deadlock bug when service retire * improve cluster config reload @@ -412,7 +412,7 @@ v0.4.0 (2014-6-30) * cluster.open support cluster name. * Add new api skynet.packstring , and skynet.unpack support lua string * socket.listen support put port into address. (address:port) -* Redesign harbor/master/dummy, remove lots of C code and rewite in lua. +* Redesign harbor/master/dummy, remove lots of C code and rewrite in lua. * Remove block connect api, queue sending message during connecting now. * Add skynet.time() @@ -452,8 +452,8 @@ v0.2.0 (2014-5-12) * Add some snax api, snax.uniqueservice (etc.) , use independent protocol `PTYPE_SNAX` . * Add bootstrap lua script , remove some code in C . * Use a lua loader to load lua service code (and set the lua environment), remove some code in C. -* Support preload a file before each lua serivce start. -* Add datacenter serivce. +* Support preload a file before each lua service start. +* Add datacenter service. * 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.