Skip to content

Commit

Permalink
update history and release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed May 12, 2014
1 parent fe2b686 commit 9715ddd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)
------------------
Expand Down

0 comments on commit 9715ddd

Please sign in to comment.