diff options
| author | ruki <[email protected]> | 2019-09-05 22:52:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-05 11:15:04 +0800 |
| commit | a8061f2bed770641ea7137e6211aea50bbe6abd9 (patch) | |
| tree | fd348612a713ad2722848e2daf3c6f3b6090d8a9 | |
| parent | d97fce1b5121c0dd7e06528c7e429afc738a8a68 (diff) | |
update changelogs
| -rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3d71959..833b960c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## master (unreleased) +### Change + +* [#563](https://github.com/xmake-io/xmake/pull/563): Separate build rules for specific language files from action/build + +### Bugs fixed + +* [#567](https://github.com/xmake-io/xmake/issues/567): Fix out of memory for serialize +* [#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 + ## v2.2.8 ### New features @@ -627,6 +637,16 @@ ## master (开发中) +### 改进 + +* [#563](https://github.com/xmake-io/xmake/pull/563): 重构构建逻辑,将特定语言的构建抽离到独立的rules中去 + +### Bugs修复 + +* [#567](https://github.com/xmake-io/xmake/issues/567): 修复序列化对象时候出现的内存溢出问题 +* [#566](https://github.com/xmake-io/xmake/issues/566): 修复安装远程依赖的链接顺序问题 +* [#565](https://github.com/xmake-io/xmake/issues/565): 修复vcpkg包的运行PATH设置问题 + ## v2.2.8 ### 新特性 |
