diff options
| author | ruki <[email protected]> | 2020-12-11 22:36:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-11 22:36:38 +0800 |
| commit | 5bacf7c14d526aef3f344082fe6973423225917c (patch) | |
| tree | 69d6ff45c4f21a19f8fc12b69542ad52a953312c | |
| parent | e1cc06486eab46878352f2894ae2beaa5baa51b5 (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 c4c7208ce..7f7e32e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * [#1091](https://github.com/xmake-io/xmake/issues/1091): Fix incorrect ordering of inherited library dependencies * [#1105](https://github.com/xmake-io/xmake/issues/1105): Fix c++ language intellisense for vsxmake +* [#1132](https://github.com/xmake-io/xmake/issues/1132): Fix TrimEnd bug for vsxmake ## v2.3.9 @@ -896,6 +897,7 @@ * [#1091](https://github.com/xmake-io/xmake/issues/1091): 修复不正确的继承链接依赖 * [#1105](https://github.com/xmake-io/xmake/issues/1105): 修复 vsxmake 插件 c++ 语言标准智能提示错误 +* [#1132](https://github.com/xmake-io/xmake/issues/1132): 修复 vsxmake 插件中配置路径被截断问题 ## v2.3.9 |
