diff options
| author | ruki <[email protected]> | 2021-11-17 11:38:29 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-17 11:38:29 +0800 |
| commit | 90efbbce0bbfb8403e1581414a289e7de48e23cc (patch) | |
| tree | 63218151c1e32ba641d9c03678a5f9ec44b9244c | |
| parent | 7f3706c2ad219d6632b3be0a4705042ced0d0233 (diff) | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a997a38e3..5fb400b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,13 @@ * [#1819](https://github.com/xmake-io/xmake/issues/1819): Add precompiled header to cmake generator * Improve C++20 module to support std libraries for msvc * [#1792](https://github.com/xmake-io/xmake/issues/1792): Add custom command in vs project generator +* [#1835](https://github.com/xmake-io/xmake/issues/1835): Improve MDK program supports ### Bugs Fixed * Fix semver to parse build string with zero prefix * [#50](https://github.com/libbpf/libbpf-bootstrap/issues/50): Fix rule and build bpf program errors +* [#1610](https://github.com/xmake-io/xmake/issues/1610): Fix `xmake f --menu` not responding in vscode and support ConPTY terminal virtkeys ## v2.5.9 @@ -1145,11 +1147,13 @@ * [#1819](https://github.com/xmake-io/xmake/issues/1819): 添加预编译头到 cmake 生成器 * 改进 C++20 Modules 为 msvc 支持 std 标准库 * [#1792](https://github.com/xmake-io/xmake/issues/1792): 添加自定义命令到 vs 工程生成器 +* [#1835](https://github.com/xmake-io/xmake/issues/1835): 改进 MDK 程序构建支持 ### Bugs 修复 * 修复语义版本中解析带有 0 前缀的 build 字符串问题 * [#50](https://github.com/libbpf/libbpf-bootstrap/issues/50): 修复 rule 和构建 bpf 程序 bug +* [#1610](https://github.com/xmake-io/xmake/issues/1610): 修复 `xmake f --menu` 在 vscode 终端下按键无响应,并且支持 ConPTY 终端虚拟按键 ## v2.5.9 |
