summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-15 10:54:17 +0800
committerruki <[email protected]>2023-01-15 10:54:17 +0800
commit9a1bbce7fcfddafbc9bc07e08876eb83a3bd60c7 (patch)
tree4d657ca29e2b78d061ce145e8c2be1ed98ff449e
parent7ccb3147d5da9f8842252f874cece5db40665fcc (diff)
update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e31a07c0f..82f36e180 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@
### Changes
* [#3225](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
### Bugs fixed
@@ -1510,6 +1512,8 @@
### 改进
* [#3225](https://github.com/xmake-io/xmake/pull/3225): 改进 clang libc++ 模块支持
+* 支持使用 mingw 编译 xmake
+* 改进 xmake 在 win xp 上的兼容性
### Bugs 修复