summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-11-23 20:48:42 +0800
committerruki <[email protected]>2019-11-23 20:49:13 +0800
commite29cec3bf1d41f5dda984dabf48c21b7aaa8ba3b (patch)
tree3219ec23ca4373fbfeb3079d31ce6ae1655dbe45
parent0bfc77f3213fbb9aae23b9fefb62976851eea915 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 517c4398f..40ae6b303 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* [#569](https://github.com/xmake-io/xmake/pull/569): Add c++ modules build rules
* Add `xmake project -k xmakefile` generator
* [620](https://github.com/xmake-io/xmake/issues/620): Add global `~/.xmakerc.lua` for all projects.
+* [593](https://github.com/xmake-io/xmake/pull/593): Add `core.base.socket` module.
### Change
@@ -655,6 +656,7 @@
* [#569](https://github.com/xmake-io/xmake/pull/569): 增加对c++模块的实验性支持
* 添加`xmake project -k xmakefile`生成器
* [620](https://github.com/xmake-io/xmake/issues/620): 添加全局`~/.xmakerc.lua`配置文件,对所有本地工程生效.
+* [593](https://github.com/xmake-io/xmake/pull/593): 添加`core.base.socket`模块,为下一步远程编译和分布式编译做准备。
### 改进