diff options
| author | ruki <[email protected]> | 2022-02-07 23:52:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-07 23:52:42 +0800 |
| commit | 4d8cb21dacfc6a8cb77d4555e04997cf5fa3d906 (patch) | |
| tree | d8913304c5795d9e43b54e6acb284fa6ae3aeb28 | |
| parent | 4ec0ff6570e24ed3e2434cc9f81c728fd002f20c (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4794a166b..c82fd5000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ * Add on_download for package() * [#2021](https://github.com/xmake-io/xmake/issues/2021): Support Swift for linux and windows * [#2024](https://github.com/xmake-io/xmake/issues/2024): Add asn1c support -* Support linker scripts and version scripts for add_files +* [#2031](https://github.com/xmake-io/xmake/issues/2031): Support linker scripts and version scripts for add_files ### Bugs fixed @@ -1213,7 +1213,7 @@ * 为 package() 添加 on_download 自定义下载 * [#2021](https://github.com/xmake-io/xmake/issues/2021): 支持 Linux/Windows 下构建 Swift 程序 * [#2024](https://github.com/xmake-io/xmake/issues/2024): 添加 asn1c 支持 -* 为 add_files 增加 linker scripts 和 version scripts 支持 +* [#2031](https://github.com/xmake-io/xmake/issues/2031): 为 add_files 增加 linker scripts 和 version scripts 支持 ### Bugs 修复 |
