diff options
| author | ruki <[email protected]> | 2022-10-20 22:53:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-10-20 22:53:48 +0800 |
| commit | 3770f99b2e41e2f7ec8ab5afc91e065c3090bb8d (patch) | |
| tree | d57725daebf82dc235c2ee88a08dbe3ef0005f10 | |
| parent | 5e10a17b2602d756bb918b75ebb9d4fa3f9e47ea (diff) | |
update changelog
| -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 |
