diff --git a/HISTORY.md b/HISTORY.md index 6c36e5386..775039647 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,14 @@ +v1.5.0 (2020-11-9) +----------- +* Update Lua to 5.4.3 +* Fix socket half close issues +* Fix TLS issues +* Improve websocket support +* Improve redis support +* Rework skynet.init/skynet.require +* Add socket.onclose +* Add httpc.request_stream + v1.4.0 (2020-11-16) ----------- * Update Lua to 5.4.2 diff --git a/README.md b/README.md index 55b291c4a..c5016c4bd 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Run these in different consoles: ## About Lua version -Skynet now uses a modified version of lua 5.4.2 ( https://github.com/ejoy/lua/tree/skynet54 ) for multiple lua states. +Skynet now uses a modified version of lua 5.4.3 ( https://github.com/ejoy/lua/tree/skynet54 ) for multiple lua states. Official Lua versions can also be used as long as the Makefile is edited.