diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | wget-log | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index faeea0ce0..d6ec7eaf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * A new optional configuration syntax. It is LSP friendly, automatically calls target_end() to achieve scope isolation. * [#2944](https://github.com/xmake-io/xmake/issues/2944): Add `gnu-rm.binary` and `gnu-rm.static` rules and tests for embed project +* [#2636](https://github.com/xmake-io/xmake/issues/2636): Support package components ### Changes @@ -1418,6 +1419,7 @@ * 一种新的可选域配置语法,对 LSP 友好,并且支持域隔离。 * [#2944](https://github.com/xmake-io/xmake/issues/2944): 为嵌入式工程添加 `gnu-rm.binary` 和 `gnu-rm.static` 规则和测试工程 +* [#2636](https://github.com/xmake-io/xmake/issues/2636): 支持包组件 ### 改进 diff --git a/wget-log b/wget-log new file mode 100644 index 000000000..1af1bd843 --- /dev/null +++ b/wget-log @@ -0,0 +1,3 @@ +--2022-10-20 11:16:10-- https://xmake.io/shget.text +正在解析主机 xmake.io (xmake.io)... 76.223.126.88 +正在连接 xmake.io (xmake.io)|76.223.126.88|:443...
\ No newline at end of file |
