From ee61e6063152c40ee2c054b6ad1ab9c90acbbac5 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Mon, 17 Nov 2014 14:55:21 +0800 Subject: [PATCH] ready for 0.9.0 --- HISTORY.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index f15ef86cc..e8835119c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,12 @@ +v0.9.0 (2014-11-17) +----------- +* Add UDP support +* Add IPv6 support +* socket send package can define a release method +* dispatch read before write in epoll +* remove snax queue mode +* Fix a bug in big-endian architecture + v0.8.1 (2014-11-3) ----------- * Send to an invalid remote service will raise an error