summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-01 23:37:44 +0800
committerruki <[email protected]>2023-02-01 23:37:44 +0800
commita12a317d7603794445cfee20718918ca5b96bf3d (patch)
treeb27d1316a43015ce042d82bcfb295bdc7e762f4a
parent55c4f104efb11e06115f9b24f1b37590c03e732a (diff)
update changlog and readme
-rw-r--r--CHANGELOG.md8
-rw-r--r--README.md1
-rw-r--r--README_zh.md1
3 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b2313f20..20478227c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### New features
+
+* Add Haiku support
+
### Changes
* [#3318](https://github.com/xmake-io/xmake/pull/3318): Improve dlang toolchains
@@ -1520,6 +1524,10 @@
## master (开发中)
+### 新特性
+
+* 添加 Haiku 支持
+
### 改进
* [#3318](https://github.com/xmake-io/xmake/pull/3318): 改进 dlang 工具链
diff --git a/README.md b/README.md
index 00cb87a16..dd8c7ca05 100644
--- a/README.md
+++ b/README.md
@@ -239,6 +239,7 @@ The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/cor
* MinGW (i386, x86_64, arm, arm64)
* Cygwin (i386, x86_64)
* Wasm (wasm32)
+* Haiku (i386, x86_64)
* Cross (cross-toolchains ..)
## Supported toolchains
diff --git a/README_zh.md b/README_zh.md
index e4ef2ae93..ba5e250f4 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -248,6 +248,7 @@ $ xmake f --menu
* MinGW (i386, x86_64, arm, arm64)
* Cygwin (i386, x86_64)
* Wasm (wasm32)
+* Haiku (i386, x86_64)
* Cross (cross-toolchains ..)
## 支持工具链