summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-21 23:29:05 +0800
committerruki <[email protected]>2023-01-21 23:29:05 +0800
commit8dd072158d97cb9d41dca24dec2a8e81cf1fceb6 (patch)
tree2278364a669158d4833a3e54f99a11b44886a90c
parent88fe491579b97b05edd7cf8090c49b084d855988 (diff)
fix changelog link
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a30616ab..5051e3ee2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@
### Changes
-* [#3225](https://github.com/xmake-io/xmake/pull/3225): Improve clang libc++ module support
+* [#3255](https://github.com/xmake-io/xmake/pull/3225): Improve clang libc++ module support
* Support for compiling xmake using mingw
* Improve compatibility issues with xmake running on win xp
* Add pure lua json implementation instead of lua-cjson if the external dependencies are enabled
@@ -1515,7 +1515,7 @@
### 改进
-* [#3225](https://github.com/xmake-io/xmake/pull/3225): 改进 clang libc++ 模块支持
+* [#3255](https://github.com/xmake-io/xmake/pull/3225): 改进 clang libc++ 模块支持
* 支持使用 mingw 编译 xmake
* 改进 xmake 在 win xp 上的兼容性
* 如果外部依赖被启用,切换 json 模块到纯 lua 实现,移除对 lua-cjson 的依赖