diff options
| author | ruki <[email protected]> | 2020-11-19 22:37:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-19 22:37:10 +0800 |
| commit | 9c358916820236705d55db689c2a2d03d360140e (patch) | |
| tree | 66adc12982c738868649db8322a346aefbda366e | |
| parent | 845936d08ddbf9d0c6c9ba98292de92a1f2e7875 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 254aa97f8..571c8d164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ * [#996](https://github.com/xmake-io/xmake/issues/996): Improve to find vcpkg directory * [#1008](https://github.com/xmake-io/xmake/issues/1008): Improve cross toolchains * [#1030](https://github.com/xmake-io/xmake/issues/1030): Improve xcode.framework and xcode.application rules +* [#1051](https://github.com/xmake-io/xmake/issues/1051): Add `edit` and `embed` to `set_symbols()` only for msvc ## v2.3.8 @@ -877,6 +878,7 @@ * [#996](https://github.com/xmake-io/xmake/issues/996): 改进 vcpkg 目录查找 * [#1008](https://github.com/xmake-io/xmake/issues/1008): 改进交叉编译工具链 * [#1030](https://github.com/xmake-io/xmake/issues/1030): 改进 xcode.framework and xcode.application 规则 +* [#1051](https://github.com/xmake-io/xmake/issues/1051): 为 msvc 编译器添加 `edit` 和 `embed` 调试信息格式类型到 `set_symbols()` ## v2.3.8 |
