diff options
| author | ruki <[email protected]> | 2021-10-21 22:57:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-21 22:57:37 +0800 |
| commit | 6af62c9f179ad500ae8a0a6c1f3607f77839dc92 (patch) | |
| tree | 8a4094a5e5a0f4ec435fc8970ba7aaa5d8fd41ac | |
| parent | f0d5c879cadf8809566aa7e607c55252f6e471d5 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e2da4954c..ba059a5c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * [#1747](https://github.com/xmake-io/xmake/issues/1747): Add `set_kind("headeronly")` for target to install files for headeronly library * [#1019](https://github.com/xmake-io/xmake/issues/1019): Support Unity build * [#1438](https://github.com/xmake-io/xmake/issues/1438): Support code amalgamation, `xmake l cli.amalgamate` +* [#1765](https://github.com/xmake-io/xmake/issues/1756): Support nim language ### Changes @@ -1114,6 +1115,7 @@ * [#1747](https://github.com/xmake-io/xmake/issues/1747): 添加 `set_kind("headeronly")` 更好的处理 headeronly 库的安装 * [#1019](https://github.com/xmake-io/xmake/issues/1019): 支持 Unity build * [#1438](https://github.com/xmake-io/xmake/issues/1438): 增加 `xmake l cli.amalgamate` 命令支持代码合并 +* [#1765](https://github.com/xmake-io/xmake/issues/1756): 支持 nim 语言 ### 改进 @@ -225,6 +225,7 @@ ifort Intel Fortran Compiler muslcc The musl-based cross-compilation toolchain fpc Free Pascal Programming Language Compiler wasi WASI-enabled WebAssembly C/C++ toolchain +nim Nim Programming Language Compiler ``` ## Supported Languages @@ -242,6 +243,7 @@ wasi WASI-enabled WebAssembly C/C++ toolchain * Zig * Vala * Pascal +* Nim ## Supported Features diff --git a/README_zh.md b/README_zh.md index d00577c2d..8b40da549 100644 --- a/README_zh.md +++ b/README_zh.md @@ -233,6 +233,7 @@ ifort Intel Fortran Compiler muslcc The musl-based cross-compilation toolchain fpc Free Pascal Programming Language Compiler wasi WASI-enabled WebAssembly C/C++ toolchain +nim Nim Programming Language Compiler ``` ## 支持语言 @@ -249,6 +250,7 @@ wasi WASI-enabled WebAssembly C/C++ toolchain * Zig * Vala * Pascal +* Nim ## 支持特性 |
