diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6947f79c1..bb7afffad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * [#4798](https://github.com/xmake-io/xmake/issues/4798): Improve wasi sdk detect * [#4772](https://github.com/xmake-io/xmake/issues/4772): Improve tools.cmake to support vs2022 preview (v144) * [#4813](https://github.com/xmake-io/xmake/issues/4813): Add gb2312 encoding +* [#4864](https://github.com/xmake-io/xmake/issues/4864): Improve to extract symbols for gdb ### Bugs Fixed @@ -1760,6 +1761,7 @@ * [#4798](https://github.com/xmake-io/xmake/issues/4798): 改进 wasi sdk 检测 * [#4772](https://github.com/xmake-io/xmake/issues/4772): 改进 tools.cmake 去兼容支持 vs2022 preview (v144) * [#4813](https://github.com/xmake-io/xmake/issues/4813): 添加 gb2312 编码 +* [#4864](https://github.com/xmake-io/xmake/issues/4864): 改进抽取符号,支持 gdb 断点调试 ### Bugs 修复 |
