diff options
| author | ruki <[email protected]> | 2021-03-06 21:01:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-03-06 21:01:37 +0800 |
| commit | e918215a688123d3961c1b6c46da7fcdf3276112 (patch) | |
| tree | 3d71be96a3be98582453330e5b5350df0e398fb0 | |
| parent | 30d9de30489ddd9bbf9b7db15a8c5625194710b9 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 870c1ffc9..fa394ee6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ * [#1259](https://github.com/xmake-io/xmake/issues/1259): Support `add_files("*.def")` to export symbols for windows/dll +### Bugs fixed + +* [#1266](https://github.com/xmake-io/xmake/issues/1266): Fix relative repo path in `add_repositories` + ## v2.5.2 ### New features @@ -945,6 +949,10 @@ * [#1259](https://github.com/xmake-io/xmake/issues/1259): 支持 `add_files("*.def")` 添加 def 文件去导出 windows/dll 符号 +## Bugs 修复 + +* [#1266](https://github.com/xmake-io/xmake/issues/1266): 修复在 `add_repositories` 中的 repo 相对路径 + ## v2.5.2 ### 新特性 |
