diff options
| author | ruki <[email protected]> | 2019-12-08 12:33:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-12-08 12:33:29 +0800 |
| commit | aec347873556ecb5457ff3cc9447a37b9b4a900f (patch) | |
| tree | 81ff273701a97d44e58079af07088d821281de1f | |
| parent | 012d3910f66b5cbed04fc71a399e03b669bc5d58 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ae6b303..01ff9d4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * [#589](https://github.com/xmake-io/xmake/issues/589): Improve the default build jobs number to optimize build speed * [#598](https://github.com/xmake-io/xmake/issues/598): Improve find_package to support .tbd libraries on macOS * [#615](https://github.com/xmake-io/xmake/issues/615): Support to install and use other archs and ios conan packages +* [#629](https://github.com/xmake-io/xmake/issues/629): Improve hash.uuid and implement uuid v4 ### Bugs fixed @@ -25,6 +26,7 @@ * [#566](https://github.com/xmake-io/xmake/issues/566): Fix link order problem with remote packages * [#565](https://github.com/xmake-io/xmake/issues/565): Fix run path for vcpkg packages * [#597](https://github.com/xmake-io/xmake/issues/597): Fix run `xmake require` command too slowly +* [#634](https://github.com/xmake-io/xmake/issues/634): Fix mode.coverage rule and check flags ## v2.2.8 @@ -667,6 +669,7 @@ * [#589](https://github.com/xmake-io/xmake/issues/589): 改进默认的构建任务数,充分利用cpu core来提速整体编译速度 * [#598](https://github.com/xmake-io/xmake/issues/598): 改进`find_package`支持在macOS上对.tbd系统库文件的查找 * [#615](https://github.com/xmake-io/xmake/issues/615): 支持安装和使用其他arch和ios的conan包 +* [#629](https://github.com/xmake-io/xmake/issues/629): 改进hash.uuid并且实现uuid v4 ### Bugs修复 @@ -674,6 +677,7 @@ * [#566](https://github.com/xmake-io/xmake/issues/566): 修复安装远程依赖的链接顺序问题 * [#565](https://github.com/xmake-io/xmake/issues/565): 修复vcpkg包的运行PATH设置问题 * [#597](https://github.com/xmake-io/xmake/issues/597): 修复xmake require安装包时间过长问题 +* [#634](https://github.com/xmake-io/xmake/issues/634): 修复mode.coverage构建规则,并且改进flags检测 ## v2.2.8 |
